comparison runtime/lang/README.txt @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 3fc0f57ecb91
children 0fdf36de4018
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
1 Language files for Vim 1 Language files for Vim: Translated menus
2
3 Translated menus
4 ----------------
5 2
6 The contents of each menu file is a sequence of lines with "menutrans" 3 The contents of each menu file is a sequence of lines with "menutrans"
7 commands. Read one of the existing files to get an idea of how this works. 4 commands. Read one of the existing files to get an idea of how this works.
8 5
9 More information in the on-line help: 6 More information in the on-line help:
52 For UTF-8 menu files which only use latin1 characters, you can rely on Vim 49 For UTF-8 menu files which only use latin1 characters, you can rely on Vim
53 doing the conversion. Let the UTF-8 menu file source the latin1 menu file, 50 doing the conversion. Let the UTF-8 menu file source the latin1 menu file,
54 and put "scriptencoding latin1" in that one. 51 and put "scriptencoding latin1" in that one.
55 Other conversions may not always be available (e.g., between iso-8859-# and 52 Other conversions may not always be available (e.g., between iso-8859-# and
56 MS-Windows codepages), thus the converted menu file must be available. 53 MS-Windows codepages), thus the converted menu file must be available.
57
58
59 Translated messages
60 -------------------
61
62 This requires doing "make install" in the "src" directory. It will compile
63 the portable files "src/po/*.po" into binary ".mo" files and place them in the
64 right directory.