X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fef8d794cef420a1a4a78a03642ac8ba91b33d04..c0264c22aeab1c10aa4a0a9e7823a30fc70e5aab:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index 21b11fc4..9e9ba108 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -5,7 +5,7 @@ GETTEXT=xgettext #MSGFMT = ./msgfmt.py MSGFMT = msgfmt -LANGS := de en ar nl es is it da sv no fr fi tr ca +LANGS := de en ar nl es is it da sv no fr fi tr ca cs LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) @@ -17,7 +17,7 @@ default: enigma2.pot $(LANGPO) merge $(LANGMO) merge: for lang in $(LANGS); do \ - msgmerge -N -U $$lang.po enigma2.pot; \ + msgmerge --no-location -s -N -U $$lang.po enigma2.pot; \ done enigma2.pot: