X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9b6b96172d1d20d9daf3c11bc5f0222f487d53d7..363fdc8a15f569e878fd7f65cd0f771e0261c66c:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index 58dfeca2..41e76e35 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 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) @@ -45,6 +45,7 @@ enigma2.pot: ../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 \ @@ -58,6 +59,8 @@ enigma2.pot: ../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