vim-patch:8.1.0452: MS-Windows: not finding intl.dll #10388

Problem:    MS-Windows: not finding intl.dll.
Solution:   Also find intl.dll next to libintl.dll. (Ken Takata)
7554c548a4
This commit is contained in:
Jan Edmund Lazo 2019-07-01 14:14:00 -04:00 committed by Justin M. Keyes
parent 6d2b11d76c
commit 6c5a6ab92d

View File

@ -95,8 +95,10 @@ Or:
This also contains tools xgettext, msgformat and others. This also contains tools xgettext, msgformat and others.
libintl.dll should be placed in same directory with (g)vim.exe, or some libintl.dll should be placed in same directory as (g)vim.exe, or one of the
place where PATH environment value describe. Vim also finds libintl-8.dll. directories listed in the PATH environment value. Vim also looks for the
alternate names "libintl-8.dll" and "intl.dll".
Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES", Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES",
where "xx" is the abbreviation of the language (mostly two letters). where "xx" is the abbreviation of the language (mostly two letters).