comparison runtime/doc/mlang.txt @ 14881:35aff6b8a2c7 v8.1.0452

patch 8.1.0452: MS-Windows: not finding intl.dll commit https://github.com/vim/vim/commit/7554c548a493cba50b2d0ea3521cac14f28a1f07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 6 15:03:15 2018 +0200 patch 8.1.0452: MS-Windows: not finding intl.dll Problem: MS-Windows: not finding intl.dll. Solution: Also find intl.dll next to libintl.dll. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Oct 2018 15:15:07 +0200
parents 2f7e67dd088c
children 0e473e9e70c2
comparison
equal deleted inserted replaced
14880:1f6468848d09 14881:35aff6b8a2c7
100 Or: 100 Or:
101 https://mlocati.github.io/gettext-iconv-windows/ 101 https://mlocati.github.io/gettext-iconv-windows/
102 102
103 This also contains tools xgettext, msgformat and others. 103 This also contains tools xgettext, msgformat and others.
104 104
105 libintl.dll should be placed in same directory with (g)vim.exe, or some 105 libintl.dll should be placed in same directory as (g)vim.exe, or one of the
106 place where PATH environment value describe. Vim also finds libintl-8.dll. 106 directories listed in the PATH environment value. Vim also looks for the
107 alternate names "libintl-8.dll" and "intl.dll".
108
107 Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES", 109 Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES",
108 where "xx" is the abbreviation of the language (mostly two letters). 110 where "xx" is the abbreviation of the language (mostly two letters).
109 111
110 If you write your own translations you need to generate the .po file and 112 If you write your own translations you need to generate the .po file and
111 convert it to a .mo file. You need to get the source distribution and read 113 convert it to a .mo file. You need to get the source distribution and read