commit | 65b34868dac4bdc99e1144e36d5315b569795fc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 10 14:47:50 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 10 14:47:50 2023 +0100 |
tree | ce76c54c66c9bdf13492e66f3cba2f2f09901962 | |
parent | 5fc7959dcbc43ddf2e9a2a06c547a5c10804e3d1 [diff] [blame] |
patch 9.0.1537: message for opening the cmdline window is not translated Problem: Message for opening the cmdline window is not translated. Solution: Add gettext() and scan the defaults script for text to be translated. (closes #12371)
diff --git a/src/version.c b/src/version.c index c8daf71..3a7dcb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1537, +/**/ 1536, /**/ 1535,