mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
RES=src/main/res
|
|
tx pull -l en
|
|
mv $RES/values-en/strings.xml $RES/values/strings.xml
|
|
rmdir $RES/values-en
|
|
./scripts/check-translations.sh
|