You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/bin/a2po

12 lines
475 B
Bash

#!/bin/bash
###############################################################################
catxml="`dirname $0`/catxml"
${catxml} astrid/res/values/strings*.xml api/res/values/strings*.xml \
> astrid/res/values/strings.xml
a2po $* --android astrid/res --gettext astrid/locales --groups strings --ignore-fuzzy --template android.pot
a2po $* --android api/res --gettext api/locales --groups strings --ignore-fuzzy --template api.pot
rm -f astrid/res/values/strings.xml