Update Transifex fixup script
This commit is contained in:
parent
545fe51291
commit
57345c468b
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ PROJECTROOT=`dirname $SCRIPTPATH`
|
|||
|
||||
cd $PROJECTROOT
|
||||
|
||||
find k9mail/src/main/res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \;
|
||||
find app/ui/src/main/res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \;
|
||||
|
||||
cd -
|
||||
|
|
Loading…
Reference in a new issue