web: fix locale codes
closes #2332 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -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
	
	Block a user
	 Jens Langhammer
					Jens Langhammer