You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
550 B
16 lines
550 B
messagesold:
|
|
LIST=`find . -name \*.py`; \
|
|
if test -n "$$LIST"; then \
|
|
xgettext -ki18n -LPython $$LIST -o po/guidance.pot; \
|
|
fi
|
|
|
|
sh /usr/lib/kubuntu-desktop-i18n/findfiles LIST
|
|
perl /usr/lib/kubuntu-desktop-i18n/createdesktop.pl --file-list=LIST --base-dir=. > desktop.guidance.tmp
|
|
msguniq --to-code=UTF-8 --no-wrap -o desktop.guidance desktop.guidance.tmp 2>/dev/null
|
|
python /usr/lib/kubuntu-desktop-i18n/msgsplit desktop.guidance
|
|
mv desktop.guidance po/desktop_guidance.pot
|
|
rm -f desktop.guidance desktop.guidance.tmp
|
|
|
|
messages:
|
|
true
|