diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 15:52:38 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 15:52:38 +0300 |
commit | a2ddc05e60137fb2fb84e685f344716b7757c14c (patch) | |
tree | 190049b0f9d37441fb7e33430a91cab151ff3bd9 | |
parent | a9b786ecdddb9df5a2b81109f9a7957404ee0bc7 (diff) | |
download | vdr-plugin-muggle-a2ddc05e60137fb2fb84e685f344716b7757c14c.tar.gz vdr-plugin-muggle-a2ddc05e60137fb2fb84e685f344716b7757c14c.tar.bz2 |
Populate "Language" po header.
The msgmerge --lang option used is available in gettext >= 0.18.0.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | po/de.po | 3 | ||||
-rw-r--r-- | po/fi.po | 3 | ||||
-rw-r--r-- | po/fr.po | 3 | ||||
-rw-r--r-- | po/it.po | 3 | ||||
-rw-r--r-- | po/muggle.pot | 3 |
6 files changed, 11 insertions, 6 deletions
@@ -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 @@ -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 <wolfgang@rohdewald.de>\n" "Language-Team: German <wolfgang@rohdewald.de>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -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ä <ville.skytta@iki.fi>\n" "Language-Team: Finnish <ville.skytta@iki.fi>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -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 <wolfgang@rohdewald.de>\n" "Language-Team: French <wolfgang@rohdewald.de>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -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 <vdr-italian@tiscali.it>\n" "Language-Team: Italian <vdr-italian@tiscali.it>\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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" |