mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +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
|
||||
# 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 ' \$' .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue