web: fix locale codes

closes #2332

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-02-17 22:37:54 +01:00
parent 49c4b43f32
commit bfe31b15ad
1 changed files with 2 additions and 2 deletions

View File

@ -65,13 +65,13 @@ export const LOCALES: {
locale: localeZH_TW, locale: localeZH_TW,
}, },
{ {
code: "zh-Hans", code: "zh-CN",
plurals: zh, plurals: zh,
label: t`Chinese (simplified)`, label: t`Chinese (simplified)`,
locale: localeZH_Hans, locale: localeZH_Hans,
}, },
{ {
code: "zh-Hant", code: "zh-HK",
plurals: zh, plurals: zh,
label: t`Chinese (traditional)`, label: t`Chinese (traditional)`,
locale: localeZH_Hant, locale: localeZH_Hant,