mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update define.sh
This commit is contained in:
parent
957ecdf3c5
commit
625ace1f59
1 changed files with 3 additions and 0 deletions
|
|
@ -295,7 +295,10 @@ getLanguage() {
|
||||||
|
|
||||||
parseLanguage() {
|
parseLanguage() {
|
||||||
|
|
||||||
|
REGION="${REGION/_/-/}"
|
||||||
|
KEYBOARD="${KEYBOARD/_/-/}"
|
||||||
LANGUAGE="${LANGUAGE/_/-/}"
|
LANGUAGE="${LANGUAGE/_/-/}"
|
||||||
|
|
||||||
[ -z "$LANGUAGE" ] && LANGUAGE="en"
|
[ -z "$LANGUAGE" ] && LANGUAGE="en"
|
||||||
|
|
||||||
case "${LANGUAGE,,}" in
|
case "${LANGUAGE,,}" in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue