mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 13:37:42 -05:00
fix(i18n): fix Malaysia should use ZH_Hans
This commit is contained in:
@@ -89,11 +89,11 @@ const LanguageMapping: Record<string, string> = {
|
||||
|
||||
'zh': ZH_Hans.code,
|
||||
'zh-CN': ZH_Hans.code,
|
||||
'zh-MO': ZH_Hans.code,
|
||||
'zh-SG': ZH_Hans.code,
|
||||
'zh-Hans': ZH_Hans.code,
|
||||
|
||||
'zh-HK': ZH_Hant.code,
|
||||
'zh-MO': ZH_Hant.code,
|
||||
'zh-TW': ZH_Hant.code,
|
||||
'zh-Hant': ZH_Hant.code,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user