mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-19 19:06:46 +00:00
5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
javac CheckTranslations.java
|
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -r
|