diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | po/de_DE.po | 3 | ||||
-rw-r--r-- | po/fi_FI.po | 3 | ||||
-rw-r--r-- | po/it_IT.po | 3 |
4 files changed, 7 insertions, 4 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 -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $< @touch $@ $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po diff --git a/po/de_DE.po b/po/de_DE.po index 5061cd0..2c37ae5 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -8,10 +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 15:59+0300\n" +"POT-Creation-Date: 2010-08-29 16:02+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" "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 c824183..3645b1c 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -8,10 +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 15:59+0300\n" +"POT-Creation-Date: 2010-08-29 16:02+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" "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 660c56a..2792e2b 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -7,10 +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 15:59+0300\n" +"POT-Creation-Date: 2010-08-29 16:02+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" |