summaryrefslogtreecommitdiff
path: root/src/po/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-05 18:24:42 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-05 18:24:42 +0000
commitc81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97 (patch)
tree5211ea86daed8e43c3dd25458e808c3d32100097 /src/po/README.txt
parent9aae141a6bcfc26bcce352deb8bf34566a3e1be2 (diff)
downloadvim-git-c81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97.tar.gz
updated for version 7.1a
Diffstat (limited to 'src/po/README.txt')
-rw-r--r--src/po/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/po/README.txt b/src/po/README.txt
index 62ee389fb..d636eceac 100644
--- a/src/po/README.txt
+++ b/src/po/README.txt
@@ -12,9 +12,9 @@ supported by iconv and will be automatically converted to the currently used
encoding.
The GNU gettext library, starting with version 0.10.36, uses a new format for
-some encodings. This folows the C99 standard for strings. It means that when
-a multi-byte character includes the 0x5c byte, this is not recognized as a
-backslash. Since this format is incompatible with Solaris, Vim uses the old
+some encodings. This follows the C99 standard for strings. It means that
+when a multi-byte character includes the 0x5c byte, this is not recognized as
+a backslash. Since this format is incompatible with Solaris, Vim uses the old
format. This is done by setting the OLD_PO_FILE_OUTPUT and OLD_PO_FILE_INPUT
environment variables. When you use the Makefile in this directory that will
be done for you. This does NOT work with gettext 0.10.36. Don't use it, get
@@ -30,7 +30,7 @@ on MS-Windows. Download the gettext packages, for example from:
You might have to do the commands manually. Example:
- cd c:\vim\vim60
+ cd c:\vim\vim71
mkdir runtime\lang\ja\LC_MESSAGES
msgfmt -o runtime\lang\ja\LC_MESSAGES\vim.mo src\po\ja.po