Fix path in script to fix up Transifex output
This commit is contained in:
parent
1c50d1e69e
commit
68cbfe5306
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ PROJECTROOT=`dirname $SCRIPTPATH`
|
|||
|
||||
cd $PROJECTROOT
|
||||
|
||||
find app/ui/src/main/res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \;
|
||||
find app/ui/legacy/src/main/res/values-* -name "strings.xml" -type f -exec ./tools/fix_transifex_output.sh {} \;
|
||||
|
||||
cd -
|
||||
|
|
Loading…
Reference in a new issue