Update define.sh
This commit is contained in:
parent
2d8ef284a8
commit
42dce736db
1 changed files with 3 additions and 0 deletions
|
|
@ -214,7 +214,10 @@ getLanguage() {
|
|||
|
||||
parseLanguage() {
|
||||
|
||||
REGION="${REGION//_/-/}"
|
||||
KEYBOARD="${KEYBOARD//_/-/}"
|
||||
LANGUAGE="${LANGUAGE//_/-/}"
|
||||
|
||||
[ -z "$LANGUAGE" ] && LANGUAGE="en"
|
||||
|
||||
case "${LANGUAGE,,}" in
|
||||
|
|
|
|||
Loading…
Reference in a new issue