diff options
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 |