summaryrefslogtreecommitdiffstats
path: root/src/po/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-21 21:01:10 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-21 21:01:10 +0200
commite6ae6225b4abd914b13648638c58bb253124473a (patch)
treebd48cc57aaaf107ddad06fe8dbbe5a71807e0440 /src/po/Makefile
parent774267bbb9ac66c89e6e1781c19730a58c772752 (diff)
Updated runtime files, language files and translations.
Diffstat (limited to 'src/po/Makefile')
-rw-r--r--src/po/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index 5d57bb15a3..7f5df53b26 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -37,6 +37,7 @@ LANGUAGES = \
CONVERTED = \
cs.cp1250 \
ja.sjis \
+ ja.euc-jp \
pl.cp1250 \
pl.UTF-8 \
ru.cp1251 \
@@ -77,6 +78,7 @@ MOFILES = \
MOCONVERTED = \
cs.cp1250.mo \
ja.sjis.mo \
+ ja.euc-jp.mo \
pl.cp1250.mo \
pl.UTF-8.mo \
ru.cp1251.mo \
@@ -115,6 +117,7 @@ CHECKFILES = \
zh_TW.ck \
cs.cp1250.ck \
ja.sjis.ck \
+ ja.euc-jp.ck \
pl.cp1250.ck \
pl.UTF-8.ck \
ru.cp1251.ck \
@@ -193,11 +196,15 @@ nb.po: no.po
ja.sjis.po: ja.po
@$(MAKE) sjiscorr
rm -f ja.sjis.po
- iconv -f euc-jp -t cp932 ja.po | ./sjiscorr > ja.sjis.po
+ iconv -f utf-8 -t cp932 ja.po | ./sjiscorr > ja.sjis.po
sjiscorr: sjiscorr.c
$(CC) -o sjiscorr sjiscorr.c
+ja.euc-jp.po: ja.po
+ iconv -f utf-8 -t euc-jp ja.po | \
+ sed -e 's/charset=utf-8/charset=euc-jp/' -e 's/# Original translations/# Generated from ja.po, DO NOT EDIT/' > ja.euc-jp.po
+
# Convert cs.po to create cs.cp1250.po.
cs.cp1250.po: cs.po
rm -f cs.cp1250.po