mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-18 14:00:33 +01:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
javac CheckTranslations.java
|
|
find app/src -name "*.xml" | grep values | xargs java CheckTranslations -d -r
|