summaryrefslogtreecommitdiff
path: root/src/po/README_mvc.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-02 21:43:29 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-02 21:43:29 +0200
commit413177336f3d7f35afa5d1a96bc7f98b3123b0b6 (patch)
tree98ca66d3b263b2ab98c1c1c9854df4d6a3ce814d /src/po/README_mvc.txt
parentbdc975cdfe38521ba6359fa9df1dea5372c53d94 (diff)
downloadvim-git-413177336f3d7f35afa5d1a96bc7f98b3123b0b6.tar.gz
Updated version of gettext for use with MVC. (Mike Williams)
Diffstat (limited to 'src/po/README_mvc.txt')
-rw-r--r--src/po/README_mvc.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/po/README_mvc.txt b/src/po/README_mvc.txt
index 293edf2d4..3a47213f3 100644
--- a/src/po/README_mvc.txt
+++ b/src/po/README_mvc.txt
@@ -1,10 +1,18 @@
TRANSLATING VIM MESSAGES
-This file explains how to create and maintain po files using
-gnu-gettext.win32, a Windows port of gettext by Franco Bez
-<franco.bez@gmx.de>. You can find it at:
+This file explains how to create and maintain po files using a number of
+GnuWin packages. You will need gettext, libiconv and libexpat. As of
+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
translating Vim messages.