feat(i18n): use chinese name for chinese translation

This commit is contained in:
kolaente 2023-06-21 20:16:03 +02:00
parent 9c8266fb0d
commit f3986c710b
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export const SUPPORTED_LOCALES = {
'pl-PL': 'Polski',
'nl-NL': 'Nederlands',
'pt-PT': 'Português',
'zh-CN': 'Chinese',
'zh-CN': '中文',
'no-NO': 'Norsk Bokmål',
'es-ES': 'Español',
'da-DK': 'Dansk',