1
0
forked from aniani/vim

Updated version of gettext for use with MVC. (Mike Williams)

This commit is contained in:
Bram Moolenaar 2010-08-02 21:43:29 +02:00
parent bdc975cdfe
commit 413177336f
2 changed files with 14 additions and 6 deletions

View File

@ -62,8 +62,8 @@ MOFILES = \
PACKAGE = vim PACKAGE = vim
# Correct the following line for the installation directory of gettext # Correct the following line for the directory where gettext et al is installed
GETTEXT_PATH = H:\gettext.win32.msvcrt\bin GETTEXT_PATH = H:\gettext.0.14.4\bin
MSGFMT = $(GETTEXT_PATH)\msgfmt MSGFMT = $(GETTEXT_PATH)\msgfmt
XGETTEXT = $(GETTEXT_PATH)\xgettext XGETTEXT = $(GETTEXT_PATH)\xgettext

View File

@ -1,10 +1,18 @@
TRANSLATING VIM MESSAGES TRANSLATING VIM MESSAGES
This file explains how to create and maintain po files using This file explains how to create and maintain po files using a number of
gnu-gettext.win32, a Windows port of gettext by Franco Bez GnuWin packages. You will need gettext, libiconv and libexpat. As of
<franco.bez@gmx.de>. You can find it at: August 2010 the versions known to work are gettext 0.14.4, libiconv 1.9.2-1
and expat 2.0.1. gettext and libiconv can be found at:
http://people.freenet.de/franco.bez/gettext/gettext_win32_en.html http://gnuwin32.sourceforge.net/
expat can be found at:
http://sourceforge.net/projects/expat/
expat will install into its own directory. You should copy libexpat.dll into
the bin directory created from the gettext/libiconv packages.
First read the README.txt file in this directory for general remarks on First read the README.txt file in this directory for general remarks on
translating Vim messages. translating Vim messages.