web: fix locale codes
closes #2332 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
49c4b43f32
commit
bfe31b15ad
|
@ -65,13 +65,13 @@ export const LOCALES: {
|
|||
locale: localeZH_TW,
|
||||
},
|
||||
{
|
||||
code: "zh-Hans",
|
||||
code: "zh-CN",
|
||||
plurals: zh,
|
||||
label: t`Chinese (simplified)`,
|
||||
locale: localeZH_Hans,
|
||||
},
|
||||
{
|
||||
code: "zh-Hant",
|
||||
code: "zh-HK",
|
||||
plurals: zh,
|
||||
label: t`Chinese (traditional)`,
|
||||
locale: localeZH_Hant,
|
||||
|
|
Reference in New Issue