AutoZoomer/autoZoomer/Messages.sh
Juraj Oravec 846da6c17f
Add i18n which allow translations
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2019-05-15 23:49:08 +02:00

12 lines
272 B
Bash

#! /bin/sh
XGETTEXT_FLAGS_PYTHON="\
--copyright-holder=This_file_is_part_of_KDE \
--msgid-bugs-address=http://bugs.kde.org \
--from-code=UTF-8 \
-L Python \
-ki18n:1 -ki18np:1,2 \
"
$XGETTEXT_PROGRAM $XGETTEXT_FLAGS_PYTHON `find . -name '*.py'` -o $podir/autoZoomer.pot