Fix crash due to no "other" item in plurals
This commit is contained in:
parent
c30fd440e6
commit
e8be6a682d
2 changed files with 43 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
javac CheckTranslations.java
|
||||
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|
||||
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -d -r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue