tweak add-language.sh

This commit is contained in:
B. Petersen 2019-09-05 12:38:48 +02:00
parent 50a88779dd
commit 60392fd33c
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -1,5 +1,11 @@
# 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
mkdir res/values-$LANG/