Fix Transifex fixup script

This commit is contained in:
cketti 2015-03-13 12:40:56 +01:00
parent 147db8cc5e
commit 8e0a30c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ PROJECTROOT=`dirname $SCRIPTPATH`
cd $PROJECTROOT cd $PROJECTROOT
find res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \; find k9mail/src/main/res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \;
cd - cd -