diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-11 13:11:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-11 13:11:39 +0200 |
commit | a60e536a290f7c14cf2b255ddb7071b39619fcd3 (patch) | |
tree | 4646c29620a529bf9a3e7b789b681350e22c68eb /CONTRIBUTING.md | |
parent | ef8c83c550e2562362c4385f0823e41ae67cfada (diff) | |
download | vim-git-a60e536a290f7c14cf2b255ddb7071b39619fcd3.tar.gz |
patch 8.1.1147: desktop file translations are requiring manual updatesv8.1.1147
Problem: Desktop file translations are requiring manual updates.
Solution: Use the .po files for desktop file translations. (Christian
Brabandt)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 482e95cb1..e1b112147 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,12 +56,14 @@ If the maintainer does not respond, contact the vim-dev maillist. # Translations -Translating messages and runtime files is very much appreciated! These things can be translated: +Translating messages and runtime files is very much appreciated! These things +can be translated: * Messages in Vim, see [src/po/README.txt][1] + Also used for the desktop icons. * Menus, see [runtime/lang/README.txt][2] * Vim tutor, see [runtime/tutor/README.txt][3] * Manual pages, see [runtime/doc/\*.1][4] for examples -* Desktop icon, see [runtime/vim.desktop][5] and [runtime/gvim.desktop][6] +* Installer, see [nsis/lang/\*.nsi][5] for examples The help files can be translated and made available separately. See https://www.vim.org/translations.php for examples. @@ -70,5 +72,4 @@ See https://www.vim.org/translations.php for examples. [2]: https://github.com/vim/vim/blob/master/runtime/lang/README.txt [3]: https://github.com/vim/vim/blob/master/runtime/tutor/README.txt [4]: https://github.com/vim/vim/blob/master/runtime/doc/vim.1 -[5]: https://github.com/vim/vim/blob/master/runtime/vim.desktop -[6]: https://github.com/vim/vim/blob/master/runtime/gvim.desktop +[5]: https://github.com/vim/vim/blob/master/nsis/lang/english.nsi |