🌐(i18n) remove chinese language

We're going to make languages ​​configurable
per instance, but until we manage that, we're going
to remove Chinese from the default language list.

- Remove the chinese language from the default language
list.
- Change Spanish to Español
This commit is contained in:
Anthony LC
2025-05-02 16:00:45 +02:00
parent f8a40cf8cc
commit 12524f35b7
3 changed files with 3 additions and 6 deletions

View File

@@ -15,8 +15,7 @@ export const CONFIG = {
['fr-fr', 'Français'],
['de-de', 'Deutsch'],
['nl-nl', 'Nederlands'],
['es-es', 'Spanish'],
['cn-cn', 'Chinese'],
['es-es', 'Español'],
],
LANGUAGE_CODE: 'en-us',
POSTHOG_KEY: {},