Scripty complains about template.pot not existing
It "seems" that template.xml was renamed to strings.xml and maybe now
mv outdir/template.pot $potfile
should be
mv outdir/strings.pot $potfile
?
also how do we translate
./src/main/res/values/arrays.xml
?
Can they be in a single xml file?
Cheers,
Albert