X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/572ad1d30a4ac4fe564f4a99e81fa60f947fc21c..b858addf48389ebb90fee469ec220f97d582d5e6:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index a5845911..86c89200 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -5,7 +5,7 @@ GETTEXT=xgettext #MSGFMT = ./msgfmt.py MSGFMT = msgfmt -LANGS := de en ar nl es +LANGS := de en ar nl es is it da sv no fr fi tr LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) @@ -16,9 +16,6 @@ default: enigma2.pot $(LANGPO) merge $(LANGMO) done merge: - msguniq -o enigma2uniq.pot enigma2.pot - $(RM) enigma2.pot - mv enigma2uniq.pot enigma2.pot for lang in $(LANGS); do \ msgmerge -N -U $$lang.po enigma2.pot; \ done @@ -39,10 +36,14 @@ enigma2.pot: ../lib/python/Screens/InfoBar.py \ ../lib/python/Screens/TimerEdit.py \ ../lib/python/Screens/TimerEntry.py \ + ../lib/python/Screens/TimeDateInput.py \ ../lib/python/Screens/Wizard.py \ ../lib/python/Screens/ServiceScan.py \ ../lib/python/Screens/InfoBarGenerics.py \ ../lib/python/Screens/ChannelSelection.py \ + ../lib/python/Screens/PluginBrowser.py \ + ../lib/python/Screens/Console.py \ + ../lib/python/Screens/MediaPlayer.py \ ../lib/python/Components/DiskInfo.py \ ../lib/python/Components/ServiceScan.py \ ../lib/python/Components/Lcd.py \ @@ -53,10 +54,18 @@ enigma2.pot: ../lib/python/Components/EventInfo.py \ ../lib/python/Components/Network.py \ ../lib/python/Components/RecordingConfig.py \ - ../lib/python/Plugins/update/plugin.py \ - ../lib/python/Plugins/fpupgrade/plugin.py \ + ../lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py \ + ../lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py \ + ../lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py \ + ../lib/python/Plugins/SystemPlugins/ConfigurationBackup/plugin.py \ + ../lib/python/Tools/FuzzyDate.py \ ../RecordTimer.py ./xml2po.py ../data/ >> enigma2.pot + msguniq -o enigma2uniq.pot enigma2.pot + $(RM) enigma2.pot + mv enigma2uniq.pot enigma2.pot + +.PHONY: enigma2.pot %.mo: %.po