Change language automatically

This commit is contained in:
2019-04-01 20:53:00 -05:00
parent c380abad5a
commit 6af576c09c
33 changed files with 345 additions and 390 deletions

View File

@@ -24,6 +24,7 @@ fi
grep "<string name" "$1" | \
grep -v translatable | \
sed 's/&amp;/\&/g' | \
sed 's/^.*name="\([^"]*\)">\([^<]*\)<.*/ '"$prefix"'val \1 = "\2"/'
echo "}"