Add new translation to install.sh selections
This commit is contained in:
@@ -15,6 +15,7 @@ declare -A LANGS=(
|
|||||||
[Portuguese]=PT
|
[Portuguese]=PT
|
||||||
[Russian]=RU
|
[Russian]=RU
|
||||||
[Ukrainian]=UA
|
[Ukrainian]=UA
|
||||||
|
[Norwegian]=NO
|
||||||
)
|
)
|
||||||
|
|
||||||
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))
|
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))
|
||||||
|
|||||||
Reference in New Issue
Block a user