mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
update translations, add a fix for unescaped '&' entity
This commit is contained in:
parent
c75622605a
commit
f99d9daa49
2 changed files with 8 additions and 4 deletions
|
@ -11,3 +11,6 @@ grep --include='strings.xml' -r ' \$' .
|
|||
# - allow only `\n`, `\"`, `\'` and `\’`
|
||||
# (`’` might not be escaped, but it is done often eg. in "sq", so we allow that for now)
|
||||
grep --include='strings.xml' -r "\\\\[^n\"'’]" .
|
||||
|
||||
# check for usage of a single `&` - this has to be an `&`
|
||||
grep --include='strings.xml' -r "&[^a]" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue