Mercurial > vim
view pixmaps/tb_redo.xpm @ 32509:ec4e725ab8cd v9.0.1586
patch 9.0.1586: error for using two messages with ngettext() differing in "%"
Commit: https://github.com/vim/vim/commit/78ee62563ea940086f094150f0356e38f780c580
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 28 18:39:55 2023 +0100
patch 9.0.1586: error for using two messages with ngettext() differing in "%"
Problem: Checking translations gives an error for using two messages with
ngettext() that differ in "%" items.
Solution: Adjust the check script to tolerate omitting one "%" item.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 28 May 2023 19:45:04 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_redo_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 4 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconColor2 m none c #FFFFFF", "o s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ", " ..... .. ", " ..XXXXX..X.o ", " .XXXXXXXXXX.o ", " .XX....XXXX.o ", " .XX.ooo.XXXX.o ", " .XX.o .XXXXX.o ", " .XX.o .......o ", " .XX.o ooo.ooo ", " .XX.o .X. ", " .XX.....XX.o ", " .XXXXXXXX.oo ", " ..XXXXX.oo ", " .....oo ", " ooooo ", " ", " "};