🌐(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:
@@ -50,8 +50,7 @@ def test_api_config(is_authenticated):
|
|||||||
["fr-fr", "Français"],
|
["fr-fr", "Français"],
|
||||||
["de-de", "Deutsch"],
|
["de-de", "Deutsch"],
|
||||||
["nl-nl", "Nederlands"],
|
["nl-nl", "Nederlands"],
|
||||||
["es-es", "Spanish"],
|
["es-es", "Español"],
|
||||||
["cn-cn", "Chinese"],
|
|
||||||
],
|
],
|
||||||
"LANGUAGE_CODE": "en-us",
|
"LANGUAGE_CODE": "en-us",
|
||||||
"MEDIA_BASE_URL": "http://testserver/",
|
"MEDIA_BASE_URL": "http://testserver/",
|
||||||
|
|||||||
@@ -239,8 +239,7 @@ class Base(Configuration):
|
|||||||
("fr-fr", "Français"),
|
("fr-fr", "Français"),
|
||||||
("de-de", "Deutsch"),
|
("de-de", "Deutsch"),
|
||||||
("nl-nl", "Nederlands"),
|
("nl-nl", "Nederlands"),
|
||||||
("es-es", "Spanish"),
|
("es-es", "Español"),
|
||||||
("cn-cn", "Chinese"),
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,7 @@ export const CONFIG = {
|
|||||||
['fr-fr', 'Français'],
|
['fr-fr', 'Français'],
|
||||||
['de-de', 'Deutsch'],
|
['de-de', 'Deutsch'],
|
||||||
['nl-nl', 'Nederlands'],
|
['nl-nl', 'Nederlands'],
|
||||||
['es-es', 'Spanish'],
|
['es-es', 'Español'],
|
||||||
['cn-cn', 'Chinese'],
|
|
||||||
],
|
],
|
||||||
LANGUAGE_CODE: 'en-us',
|
LANGUAGE_CODE: 'en-us',
|
||||||
POSTHOG_KEY: {},
|
POSTHOG_KEY: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user