mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
fix: Display language correctly
This commit is contained in:
parent
94a84b0c2d
commit
69d849a08d
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ detectImage() {
|
|||
|
||||
if [[ "${LANGUAGE,,}" != "en" ]] && [[ "${LANGUAGE,,}" != "en-"* ]]; then
|
||||
language=$(getLanguage "$LANGUAGE" "desc")
|
||||
desc=+" ($language)"
|
||||
desc+=" ($language)"
|
||||
fi
|
||||
|
||||
info "Detected: $desc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue