X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5f52c9fa808e97b02472c8285222161ca679c2a4..c9e02e35c9c420e16921f2bedcaf380477a24849:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index a7709e4c..9067c2a7 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -30,6 +30,7 @@ enigma2.pot: ../lib/python/Screens/Satconfig.py \ ../lib/python/Screens/EventView.py \ ../lib/python/Screens/Ci.py \ + ../lib/python/Screens/LanguageSelection.py \ ../lib/python/Screens/About.py \ ../lib/python/Screens/HarddiskSetup.py \ ../lib/python/Screens/InfoBar.py \ @@ -38,6 +39,7 @@ enigma2.pot: ../lib/python/Screens/Wizard.py \ ../lib/python/Screens/ServiceScan.py \ ../lib/python/Screens/InfoBarGenerics.py \ + ../lib/python/Screens/ChannelSelection.py \ ../lib/python/Components/ServiceScan.py \ ../lib/python/Components/Lcd.py \ ../lib/python/Components/SetupDevices.py \ @@ -60,5 +62,5 @@ clean: install-data-am: default for lang in $(LANGS); do \ mkdir -p $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES; \ - cp $$lang.po $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES/$(DOMAIN).po; \ + cp $$lang.mo $(DESTDIR)$(DATADIR)/enigma2/po/$$lang/LC_MESSAGES/$(DOMAIN).mo; \ done