*** empty log message ***
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Wed, 9 Sep 2009 18:38:21 +0000 (18:38 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Wed, 9 Sep 2009 18:38:21 +0000 (18:38 +0000)
elektro/po/Makefile.am

index 00e7998..2f75761 100644 (file)
@@ -5,7 +5,7 @@
 # the directory name of the plugin.\r
 #\r
 \r
-DOMAIN=EPGSearch\r
+DOMAIN=Elektro\r
 installdir = /usr/lib/enigma2/python/Plugins/Extensions/$(DOMAIN)\r
 #GETTEXT=./pygettext.py\r
 GETTEXT=xgettext\r
@@ -31,7 +31,7 @@ merge:
 \r
 # the TRANSLATORS: allows putting translation comments before the to-be-translated line.\r
 $(DOMAIN).pot:\r
-       $(GETTEXT) -L python --add-comments="TRANSLATORS:" -d $(DOMAIN) -s -o $(DOMAIN).pot ../src/*.py\r
+       $(GETTEXT) --from-code=utf-8 -L python --add-comments="TRANSLATORS:" -d $(DOMAIN) -s -o $(DOMAIN).pot ../src/*.py\r
        msguniq -o $(DOMAIN)uniq.pot $(DOMAIN).pot\r
        $(RM) $(DOMAIN).pot\r
        mv $(DOMAIN)uniq.pot $(DOMAIN).pot\r