diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-06 15:03:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-06 15:03:15 +0200 |
commit | 7554c548a493cba50b2d0ea3521cac14f28a1f07 (patch) | |
tree | 3bf0bd92e3572fda2ea0261bd4e0bf92a4425706 /runtime | |
parent | 2bc152ab53c4b01072edf6ec2ff61e504cb03cbe (diff) | |
download | vim-git-7554c548a493cba50b2d0ea3521cac14f28a1f07.tar.gz |
patch 8.1.0452: MS-Windows: not finding intl.dllv8.1.0452
Problem: MS-Windows: not finding intl.dll.
Solution: Also find intl.dll next to libintl.dll. (Ken Takata)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/mlang.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/mlang.txt b/runtime/doc/mlang.txt index 4d85bbd43..f25aef275 100644 --- a/runtime/doc/mlang.txt +++ b/runtime/doc/mlang.txt @@ -102,8 +102,10 @@ Or: This also contains tools xgettext, msgformat and others. -libintl.dll should be placed in same directory with (g)vim.exe, or some -place where PATH environment value describe. Vim also finds libintl-8.dll. +libintl.dll should be placed in same directory as (g)vim.exe, or one of the +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", where "xx" is the abbreviation of the language (mostly two letters). |