commit | 0b39c3fd4c5d1c8ebd2efa85fced7df5e17efd3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 15:52:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 15:52:10 2020 +0200 |
tree | 6d230d3ef3310ad4aa28801d3720d33c29a19a4b | |
parent | 25859dd74cd5befe964627dc03b8369dfaebe837 [diff] [blame] |
patch 8.2.1544: cannot translate messages in a Vim script Problem: Cannot translate messages in a Vim script. Solution: Add gettext(). Try it out for a few messages in the options window.
diff --git a/Filelist b/Filelist index 42eaa1d..cd1325f 100644 --- a/Filelist +++ b/Filelist
@@ -1028,6 +1028,8 @@ src/po/README_mvc.txt \ src/po/check.vim \ src/po/cleanup.vim \ + src/po/tojavascript.vim \ + src/po/fixfilenames.vim \ src/po/Makefile \ src/po/Make_all.mak \ src/po/Make_cyg.mak \