commit | ee695f787ade7fd88fc5f5497553d95c0c3645b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 22:08:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 22:08:45 2016 +0200 |
tree | 222deac7781773672758c4466687c7367f014ef3 | |
parent | cf25fdb8f10a92b3bf9e295c466c1b69812b7886 [diff] [blame] |
patch 7.4.2152 Problem: No proper translation of messages with a count. Solution: Use ngettext(). (Sergey Alyoshin)
diff --git a/src/version.c b/src/version.c index 9af79c6..e69b355 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2152, +/**/ 2151, /**/ 2150,