1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

Fix Transifex fixup script

This commit is contained in:
cketti 2015-03-13 12:40:56 +01:00
parent 147db8cc5e
commit 8e0a30c5f2

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 -