From a2ddc05e60137fb2fb84e685f344716b7757c14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 29 Aug 2010 15:52:38 +0300 Subject: Populate "Language" po header. The msgmerge --lang option used is available in gettext >= 0.18.0. --- Makefile | 2 +- po/de.po | 3 ++- po/fi.po | 3 ++- po/fr.po | 3 ++- po/it.po | 3 ++- po/muggle.pot | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7850ff6..9b72c38 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ $(I18Npot): $(wildcard *.c) xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP -ktrdb --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-muggle -o $@ $^ %.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $< @touch $@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo diff --git a/po/de.po b/po/de.po index 4ba21ae..f20acc2 100644 --- a/po/de.po +++ b/po/de.po @@ -10,10 +10,11 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-muggle\n" -"POT-Creation-Date: 2010-08-29 15:39+0300\n" +"POT-Creation-Date: 2010-08-29 15:44+0300\n" "PO-Revision-Date: 2008-12-23 22:40+0100\n" "Last-Translator: Wolfgang Rohdewald \n" "Language-Team: German \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.po b/po/fi.po index 596d2f4..b7b0294 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,10 +9,11 @@ msgid "" msgstr "" "Project-Id-Version: fi\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-muggle\n" -"POT-Creation-Date: 2010-08-29 15:39+0300\n" +"POT-Creation-Date: 2010-08-29 15:44+0300\n" "PO-Revision-Date: 2009-01-06 00:38+0200\n" "Last-Translator: Ville Skyttä \n" "Language-Team: Finnish \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/fr.po b/po/fr.po index 2f46874..0fb5c22 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,10 +9,11 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-muggle\n" -"POT-Creation-Date: 2010-08-29 15:39+0300\n" +"POT-Creation-Date: 2010-08-29 15:44+0300\n" "PO-Revision-Date: 2008-12-23 22:45+0100\n" "Last-Translator: Wolfgang Rohdewald \n" "Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it.po b/po/it.po index 9c60cd9..08aab60 100644 --- a/po/it.po +++ b/po/it.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-muggle\n" -"POT-Creation-Date: 2010-08-29 15:39+0300\n" +"POT-Creation-Date: 2010-08-29 15:44+0300\n" "PO-Revision-Date: 2009-01-12 00:18+0100\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/muggle.pot b/po/muggle.pot index c16175c..5d3a8c3 100644 --- a/po/muggle.pot +++ b/po/muggle.pot @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: vdr-muggle 0.2.2\n" "Report-Msgid-Bugs-To: http://projects.vdr-developer.org/projects/show/plg-muggle\n" -"POT-Creation-Date: 2010-08-29 15:44+0300\n" +"POT-Creation-Date: 2010-08-29 15:48+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -- cgit v1.2.3