Files
arcanechat-android/tools/check-translations.sh
T
2019-06-29 12:01:24 +02:00

8 lines
240 B
Bash
Executable File

echo potential errors, if any:
# a space after the percent sign
# results in an IllegalFormatException in getString()
grep --include='strings.xml' -r '\% ' .
grep --include='strings.xml' -r '\$ ' .
grep --include='strings.xml' -r ' \$' .