mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
add traditional chinese, thai, greek
This commit is contained in:
parent
dbbb916be8
commit
13c780c7c5
@ -12,6 +12,7 @@ const INCLUDE_LANGS = [
|
||||
{'value': 'en_EN', 'label': 'English'},
|
||||
{'value': 'en_US', 'label': 'English (US)'},
|
||||
{'value': 'da', 'label': 'Dansk'},
|
||||
{'value': 'el', 'label': 'Ελληνικά'},
|
||||
{'value': 'nl', 'label': 'Nederlands'},
|
||||
{'value': 'de_DE', 'label': 'Deutsch'},
|
||||
{'value': 'fr', 'label': 'Français'},
|
||||
@ -20,7 +21,9 @@ const INCLUDE_LANGS = [
|
||||
{'value': 'ru', 'label': 'Русский'},
|
||||
{'value': 'sv', 'label': 'Svenska'},
|
||||
{'value': 'es', 'label': 'Español'},
|
||||
{'value': 'zh_Hans', 'label': '中文'}
|
||||
{'value': 'th', 'label': 'Thai'},
|
||||
{'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese
|
||||
{'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese
|
||||
];
|
||||
|
||||
// cpx includes globbed parts of the filename in the destination, but excludes
|
||||
|
Loading…
Reference in New Issue
Block a user