hopefully fix plurals
This commit is contained in:
parent
8645c99ecc
commit
52ad149a9b
10 changed files with 136 additions and 34 deletions
4
fixplurals.sh
Executable file
4
fixplurals.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
javac CheckTranslations.java
|
||||
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|
||||
Loading…
Add table
Add a link
Reference in a new issue