summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:54:30 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:54:30 +0200
commitb2b908e0362e9900251b97147d54e4a6a27dc8df (patch)
treedf59f01ff1496b028ddb1c1562bfa15f368c4556 /po/Makefile
parent393f85a89018d59a0247681d658de1741a51c249 (diff)
downloadmageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar
mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.gz
mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.bz2
mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.xz
mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.zip
adding comments for translators
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 004c14f..f8baee1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -16,7 +16,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 \
+ 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
rm -f ../usr/share/applications/$(PACKAGE_NAME).desktop.tmp
sed -i "s|desktop.tmp|desktop.in|g" $(PACKAGE_NAME).pot