X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fd76ad38ad475e1a61466ee7e9bd774cc5afdca0..d7f142d57da4c7daaeac484576d759dc763b8c1f:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index 1944be75..eac86e6a 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 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) @@ -43,16 +43,23 @@ enigma2.pot: ../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/Components/DiskInfo.py \ ../lib/python/Components/ServiceScan.py \ ../lib/python/Components/Lcd.py \ ../lib/python/Components/SetupDevices.py \ ../lib/python/Components/Language.py \ ../lib/python/Components/NimManager.py \ + ../lib/python/Components/TimerList.py \ ../lib/python/Components/EventInfo.py \ ../lib/python/Components/Network.py \ ../lib/python/Components/RecordingConfig.py \ - ../lib/python/Plugins/update/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