summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-12-28 04:56:12 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-12-28 05:03:17 +0100
commit1b50cca3ceb4ee9b02974d0310e175db904d91ef (patch)
tree04e5330e201ff929c79304396550ded3a626de61 /po/Makefile
parent6c7c5119f817fcbbd9673668b239399f77142d3a (diff)
downloadmageiawelcome-1b50cca3ceb4ee9b02974d0310e175db904d91ef.tar
mageiawelcome-1b50cca3ceb4ee9b02974d0310e175db904d91ef.tar.gz
mageiawelcome-1b50cca3ceb4ee9b02974d0310e175db904d91ef.tar.bz2
mageiawelcome-1b50cca3ceb4ee9b02974d0310e175db904d91ef.tar.xz
mageiawelcome-1b50cca3ceb4ee9b02974d0310e175db904d91ef.zip
fix updating pot file the old way
though i18n/update_translations.sh looks better
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 5d26007..ea9b4f2 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -17,7 +17,7 @@ clean:
pot:
cat ../usr/share/applications/$(PACKAGE_NAME).desktop.in | grep _ | cut -d "=" --fields=2 | sed 's|^|_("|g' | sed 's|$$|")|g' > ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp
xgettext --copyright-holder='Daniel Napora <napcok@gmail.com>' --package-name=mageiawelcome --from-code=UTF-8 --add-comments \
--L Python --msgid-bugs-address=http://bugs.mageia.org -o $(PACKAGE_NAME).pot ../usr/share/mageiawelcome/mageiawelcome.py ../usr/share/mageiawelcome/helpers.py ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp
+-L Python --msgid-bugs-address=http://bugs.mageia.org -o $(PACKAGE_NAME).pot ../qml/mageiawelcome.py ../qml/helpers.py ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp
rm -f ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp
sed -i "s|desktop.tmp|desktop.in|g" $(PACKAGE_NAME).pot