mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
make check-translations.sh accept escaped percent sign
This commit is contained in:
parent
fe113cb520
commit
96b38e60b5
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ echo potential errors, if any:
|
||||||
|
|
||||||
# a space after the percent sign
|
# a space after the percent sign
|
||||||
# results in an IllegalFormatException in getString()
|
# results in an IllegalFormatException in getString()
|
||||||
grep --include='strings.xml' -r '\% ' .
|
grep --include='strings.xml' -r '\% [12]' .
|
||||||
|
grep --include='strings.xml' -r '\%[$]' .
|
||||||
grep --include='strings.xml' -r '\$ ' .
|
grep --include='strings.xml' -r '\$ ' .
|
||||||
grep --include='strings.xml' -r ' \$' .
|
grep --include='strings.xml' -r ' \$' .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue