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:
parent
147db8cc5e
commit
8e0a30c5f2
@ -6,6 +6,6 @@ PROJECTROOT=`dirname $SCRIPTPATH`
|
||||
|
||||
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 -
|
||||
|
Loading…
Reference in New Issue
Block a user