mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
tweak add-language.sh
This commit is contained in:
parent
50a88779dd
commit
60392fd33c
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# add a language, must be executed from the repo root
|
# add a language, must be executed from the repo root
|
||||||
|
|
||||||
|
if [ $# -eq 0 ]
|
||||||
|
then
|
||||||
|
echo "Please specify the language to add as the first argument (dk, ru etc.)"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
LANG=$1
|
LANG=$1
|
||||||
|
|
||||||
mkdir res/values-$LANG/
|
mkdir res/values-$LANG/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue