1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2023-05-28 18:39:55 +01:00
parent 30805a1aba
commit 78ee62563e
2 changed files with 13 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1586,
/**/
1585,
/**/