Added new languages (ar, id)
This commit is contained in:
parent
3b373d4e6c
commit
a7b745eb75
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [ $1 != "updpo" ] && [ $1 != "updmo" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
langs=("ca" "cs" "de" "en" "es" "fa" "fr" "gl" "it" "ru" "uk")
|
||||
langs=("ar" "ca" "cs" "de" "en" "es" "fa" "fr" "gl" "id" "it" "ru" "uk")
|
||||
|
||||
basedir=$(dirname "$0")
|
||||
cd "$basedir"
|
||||
|
|
Loading…
Reference in a new issue