commit | 228de1dfd2687af16dc7bc88942c65b5af9d7e04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 14 20:11:12 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 14 20:11:12 2018 +0100 |
tree | 5f5b9427d4a209f4c3037c67abd8c3c24650f5a6 | |
parent | 012eb6629337fdf8afca78a24faa132e9b42e7b4 [diff] [blame] |
patch 8.0.1606: singular/plural variants not translated Problem: Singular/plural variants not translated. Solution: Add NGETTEXT argument to xgettext. (Sergey Alyoshin)
diff --git a/src/version.c b/src/version.c index 3236096..4531c82 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1606, +/**/ 1605, /**/ 1604,