Fix crash due to no "other" item in plurals

This commit is contained in:
TobiGr 2018-01-09 13:24:34 +01:00
parent c30fd440e6
commit e8be6a682d
2 changed files with 43 additions and 4 deletions

View file

@ -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