commit | a1d5f9f33c68d06475406d6f44d307d5e01adc01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 27 13:40:11 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 27 13:40:11 2023 +0100 |
tree | d717b6a8973ea87313b596ad682308e48574a34d | |
parent | 9f3afe7a70d50447424b8d7404aae0d641cd827c [diff] [blame] |
patch 9.0.1581: translation does not work for plural argument Problem: Translation does not work for plural argument. Solution: Use PLURAL_MSG() for errors and with xgettext. (closes #12443)
diff --git a/src/version.c b/src/version.c index da4eed7..330914d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1581, +/**/ 1580, /**/ 1579,