summaryrefslogtreecommitdiffstats
path: root/src/po/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-01-06 20:29:28 +0100
committerBram Moolenaar <Bram@vim.org>2010-01-06 20:29:28 +0100
commit28c37959871b83fd5d1d621f70bce29dc3f21ba4 (patch)
treeb4672786468ed325c30f4fb320fa2b51e93afd2e /src/po/Makefile
parentba07ce32cc979417ae41cb7be48ba35c9b4809cd (diff)
Update message translations.
Diffstat (limited to 'src/po/Makefile')
-rw-r--r--src/po/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index e6290caaa7..9e8c655217 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -18,6 +18,7 @@ LANGUAGES = \
it \
ja \
ko \
+ nb \
no \
pl \
pt_BR \
@@ -45,6 +46,7 @@ MOFILES = \
it.mo \
ja.mo \
ko.mo \
+ nb.mo \
no.mo \
pl.mo \
pt_BR.mo \
@@ -82,6 +84,7 @@ CHECKFILES = \
it.ck \
ja.ck \
ko.ck \
+ nb.ck \
no.ck \
pl.ck \
pt_BR.ck \
@@ -123,7 +126,7 @@ MSGMERGE = OLD_PO_FILE_INPUT=yes OLD_PO_FILE_OUTPUT=yes msgmerge
$(MSGFMT) -o $@ $<
.po.ck:
- $(VIM) -u NONE -e -S check.vim -c "if error == 0 | q | endif" -c cq $<
+ $(VIM) -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq $<
touch $@
all: $(MOFILES)
@@ -157,6 +160,12 @@ uninstall:
converted: $(CONVERTED)
+# Norwegian/Bokmal: "nb" is an alias for "no".
+# Copying the file is not efficient, but I don't know of another way to make
+# this work.
+nb.po: no.po
+ cp no.po nb.po
+
# Convert ja.po to create ja.sjis.po. Requires doubling backslashes in the
# second byte. Don't depend on sjiscorr, it should only be compiled when
# ja.sjis.po is outdated.