Add support for British English language configuration in JSON and update language options in args.sh

This commit is contained in:
Anduin Xue 2025-05-08 11:48:23 +00:00
parent 41834158df
commit 569eb82834
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728
2 changed files with 14 additions and 2 deletions

View File

@ -9,6 +9,18 @@
"config_input_method": "[('xkb', 'us')]",
"live_ubuntu_mirror": "http://archive.ubuntu.com/ubuntu/"
},
{
"lang_mode": "en_GB",
"lang_pack_code": "en",
"input_method_install": "",
"config_ibus_rime": "false",
"timezone": "Europe/London",
"config_weather_location": "[(uint32 0, 'London, United Kingdom', uint32 0, '51.507351,-0.127758')]",
"config_input_method": "[('xkb', 'us'), ('xkb', 'gb')]",
"live_ubuntu_mirror": "https://mirror.cov.ukservers.com/ubuntu/",
"flathub_mirror": "",
"flathub_gpg": ""
},
{
"lang_mode": "zh_CN",
"lang_pack_code": "zh",

View File

@ -15,8 +15,8 @@ export INTERACTIVE="-y"
# Language Information
#==========================
# Set the language environment. Can be: en_US, zh_CN, zh_TW, zh_HK, ja_JP, ko_KR, vi_VN, th_TH, de_DE, fr_FR, es_ES, ru_RU, it_IT, pt_BR, pt_PT, ar_SA, nl_NL, sv_SE, pl_PL, tr_TR
export LANG_MODE="zh_CN"
# Set the language environment. Can be: en_US, en_UK, zh_CN, zh_TW, zh_HK, ja_JP, ko_KR, vi_VN, th_TH, de_DE, fr_FR, es_ES, ru_RU, it_IT, pt_BR, pt_PT, ar_SA, nl_NL, sv_SE, pl_PL, tr_TR
export LANG_MODE="en_US"
# Set the language pack code. Can be: zh, en, ja, ko, vi, th, de, fr, es, ru, it, pt, pt, ar, nl, sv, pl, tr
export LANG_PACK_CODE="zh"