comparison CONTRIBUTING.md @ 16285:e71261a88630 v8.1.1147

patch 8.1.1147: desktop file translations are requiring manual updates commit https://github.com/vim/vim/commit/a60e536a290f7c14cf2b255ddb7071b39619fcd3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 13:11:39 2019 +0200 patch 8.1.1147: desktop file translations are requiring manual updates Problem: Desktop file translations are requiring manual updates. Solution: Use the .po files for desktop file translations. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 13:15:04 +0200
parents a23c883685cb
children c12c811695f7
comparison
equal deleted inserted replaced
16284:93c7e38d74e8 16285:e71261a88630
54 If the maintainer does not respond, contact the vim-dev maillist. 54 If the maintainer does not respond, contact the vim-dev maillist.
55 55
56 56
57 # Translations 57 # Translations
58 58
59 Translating messages and runtime files is very much appreciated! These things can be translated: 59 Translating messages and runtime files is very much appreciated! These things
60 can be translated:
60 * Messages in Vim, see [src/po/README.txt][1] 61 * Messages in Vim, see [src/po/README.txt][1]
62 Also used for the desktop icons.
61 * Menus, see [runtime/lang/README.txt][2] 63 * Menus, see [runtime/lang/README.txt][2]
62 * Vim tutor, see [runtime/tutor/README.txt][3] 64 * Vim tutor, see [runtime/tutor/README.txt][3]
63 * Manual pages, see [runtime/doc/\*.1][4] for examples 65 * Manual pages, see [runtime/doc/\*.1][4] for examples
64 * Desktop icon, see [runtime/vim.desktop][5] and [runtime/gvim.desktop][6] 66 * Installer, see [nsis/lang/\*.nsi][5] for examples
65 67
66 The help files can be translated and made available separately. 68 The help files can be translated and made available separately.
67 See https://www.vim.org/translations.php for examples. 69 See https://www.vim.org/translations.php for examples.
68 70
69 [1]: https://github.com/vim/vim/blob/master/src/po/README.txt 71 [1]: https://github.com/vim/vim/blob/master/src/po/README.txt
70 [2]: https://github.com/vim/vim/blob/master/runtime/lang/README.txt 72 [2]: https://github.com/vim/vim/blob/master/runtime/lang/README.txt
71 [3]: https://github.com/vim/vim/blob/master/runtime/tutor/README.txt 73 [3]: https://github.com/vim/vim/blob/master/runtime/tutor/README.txt
72 [4]: https://github.com/vim/vim/blob/master/runtime/doc/vim.1 74 [4]: https://github.com/vim/vim/blob/master/runtime/doc/vim.1
73 [5]: https://github.com/vim/vim/blob/master/runtime/vim.desktop 75 [5]: https://github.com/vim/vim/blob/master/nsis/lang/english.nsi
74 [6]: https://github.com/vim/vim/blob/master/runtime/gvim.desktop