Skip to content

Commit 428960a

Browse files
authored
Merge pull request element-hq#9953 from vector-im/jryans/add-langs-2019-06
Add Albanian and West Flemish languages
2 parents 352e591 + aaceaf0 commit 428960a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/copy-res.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ const INCLUDE_LANGS = [
3838
{'value': 'pt_BR', 'label': 'Português do Brasil'},
3939
{'value': 'ru', 'label': 'Русский'},
4040
{'value': 'sk', 'label': 'Slovenčina'},
41+
{'value': 'sq', 'label': 'Shqip'},
4142
{'value': 'sr', 'label': 'српски'},
4243
{'value': 'sv', 'label': 'Svenska'},
4344
{'value': 'te', 'label': 'తెలుగు'},
4445
{'value': 'th', 'label': 'ไทย'},
4546
{'value': 'tr', 'label': 'Türk'},
47+
{'value': 'vls', 'label': 'West-Vlaams'},
4648
{'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese
4749
{'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese
4850
];

0 commit comments

Comments
 (0)