summaryrefslogtreecommitdiffstats
path: root/runtime/lang/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lang/README.txt')
-rw-r--r--runtime/lang/README.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/runtime/lang/README.txt b/runtime/lang/README.txt
index 3b10b4f3af..e5823f9636 100644
--- a/runtime/lang/README.txt
+++ b/runtime/lang/README.txt
@@ -1,7 +1,4 @@
-Language files for Vim
-
-Translated menus
-----------------
+Language files for Vim: Translated menus
The contents of each menu file is a sequence of lines with "menutrans"
commands. Read one of the existing files to get an idea of how this works.
@@ -54,11 +51,3 @@ doing the conversion. Let the UTF-8 menu file source the latin1 menu file,
and put "scriptencoding latin1" in that one.
Other conversions may not always be available (e.g., between iso-8859-# and
MS-Windows codepages), thus the converted menu file must be available.
-
-
-Translated messages
--------------------
-
-This requires doing "make install" in the "src" directory. It will compile
-the portable files "src/po/*.po" into binary ".mo" files and place them in the
-right directory.