Update define.sh

This commit is contained in:
Kroese 2024-05-18 15:02:15 +02:00 committed by GitHub
parent 0389e4bb7c
commit 472a940a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,15 +270,15 @@ getLanguage() {
desc="$lang"
culture="uk-UA" ;;
"hk" | "zh-hk" | "cn-hk" )
lang="Chinese (Traditional)"
lang="Chinese Traditional"
desc="Chinese HK"
culture="zh-TW" ;;
"tw" | "zh-tw" | "cn-tw" )
lang="Chinese (Traditional)"
lang="Chinese Traditional"
desc="Chinese TW"
culture="zh-TW" ;;
"zh" | "zh-"* | "cn" | "cn-"* )
lang="Chinese (Simplified)"
lang="Chinese Simplified"
desc="Chinese"
culture="zh-CN" ;;
esac