X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5f52c9fa808e97b02472c8285222161ca679c2a4..16d321e496810ea779f2f3bf60be9870cd0330bd:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index a7709e4c..dddac3ac 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -38,6 +38,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 +61,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