comparison src/po/README.txt @ 16023:dc766e1b0c95

Update runtime files. commit https://github.com/vim/vim/commit/26967617a30e55aedc98b8f14b841d88469abd0e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 17 17:13:16 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Mar 2019 17:15:11 +0100
parents 583bf95b6c84
children 52e970719f4b
comparison
equal deleted inserted replaced
16022:284797c49db1 16023:dc766e1b0c95
28 28
29 http://sourceforge.net/projects/gettext 29 http://sourceforge.net/projects/gettext
30 30
31 You might have to do the commands manually. Example: 31 You might have to do the commands manually. Example:
32 32
33 cd c:\vim\vim71 33 cd c:\vim\vim81
34 mkdir runtime\lang\ja\LC_MESSAGES 34 mkdir runtime\lang\ja\LC_MESSAGES
35 msgfmt -o runtime\lang\ja\LC_MESSAGES\vim.mo src\po\ja.po 35 msgfmt -o runtime\lang\ja\LC_MESSAGES\vim.mo src\po\ja.po
36 36
37 37
38 WHEN THERE IS A MISTAKE 38 WHEN THERE IS A MISTAKE