Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57345c46 authored by cketti's avatar cketti
Browse files

Update Transifex fixup script

parent 545fe512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -