commit
cdfa79a06f
5 changed files with 19 additions and 11 deletions
@ -1,2 +1,2 @@ |
||||
#! /bin/sh |
||||
$EXTRACT_TR_STRINGS `find . -name '*.cpp' -o -name '*.h' -o -name '*.ui' | grep -v '/plugins/'` -o $podir/falkon_qt.pot |
||||
$EXTRACT_TR_STRINGS `find . -name '*.cpp' -o -name '*.h' -o -name '*.ui' | grep -v -e '/plugins/' -e '/scripts/'` -o $podir/falkon_qt.pot |
||||
|
||||
@ -0,0 +1,11 @@ |
||||
#! /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/falkon_runaction.pot |
||||
Loading…
Reference in new issue