diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 17:13:19 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 17:13:19 +0300 |
commit | 31a56a8500aba17277608554cffd84399a371b76 (patch) | |
tree | 223b197614cd479566347249c997cbe51b5d9946 | |
parent | cc0c947cf78e2e71e587b896e9e6a6f8e7f6b1cb (diff) | |
download | vdr-plugin-text2skin-31a56a8500aba17277608554cffd84399a371b76.tar.gz vdr-plugin-text2skin-31a56a8500aba17277608554cffd84399a371b76.tar.bz2 |
Don't use msgmerge --lang.
msgmerge can add the Language header automatically from properly formatted
Language-Team names.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | po/it_IT.po | 4 |
4 files changed, 7 insertions, 7 deletions
@@ -128,7 +128,7 @@ $(I18Npot): $(wildcard *.c) xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-text2skin -o $@ $^ %.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @touch $@ $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po diff --git a/po/de_DE.po b/po/de_DE.po index 2c37ae5..6cbc3da 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -8,11 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: vdr-text2skin 1.3\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-text2skin\n" -"POT-Creation-Date: 2010-08-29 16:02+0300\n" +"POT-Creation-Date: 2010-08-29 17:12+0300\n" "PO-Revision-Date: 2009-06-07 12:12+0200\n" "Last-Translator: Andreas Brugger <brougs78@gmx.net>\n" "Language-Team: German <vdr@linuxtv.org>\n" -"Language: de_DE\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 3645b1c..240a73b 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -8,11 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: vdr-text2skin 1.3\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-text2skin\n" -"POT-Creation-Date: 2010-08-29 16:02+0300\n" +"POT-Creation-Date: 2010-08-29 17:12+0300\n" "PO-Revision-Date: 2009-07-11 09:28+0200\n" "Last-Translator: Ville Skyttä <ville.skytta@iki.fi>\n" "Language-Team: Finnish <vdr@linuxtv.org>\n" -"Language: fi_FI\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it_IT.po b/po/it_IT.po index 2792e2b..1c6c78a 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: vdr-text2skin 1.2\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-text2skin\n" -"POT-Creation-Date: 2010-08-29 16:02+0300\n" +"POT-Creation-Date: 2010-08-29 17:12+0300\n" "PO-Revision-Date: 2009-07-15 23:45+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: Italian <vdr@linuxtv.org>\n" -"Language: it_IT\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" |