Skip to content

Commit

Permalink
Merge pull request #9953 from vector-im/jryans/add-langs-2019-06
Browse files Browse the repository at this point in the history
Add Albanian and West Flemish languages
  • Loading branch information
jryans authored Jun 4, 2019
2 parents 352e591 + aaceaf0 commit 428960a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/copy-res.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ const INCLUDE_LANGS = [
{'value': 'pt_BR', 'label': 'Português do Brasil'},
{'value': 'ru', 'label': 'Русский'},
{'value': 'sk', 'label': 'Slovenčina'},
{'value': 'sq', 'label': 'Shqip'},
{'value': 'sr', 'label': 'српски'},
{'value': 'sv', 'label': 'Svenska'},
{'value': 'te', 'label': 'తెలుగు'},
{'value': 'th', 'label': 'ไทย'},
{'value': 'tr', 'label': 'Türk'},
{'value': 'vls', 'label': 'West-Vlaams'},
{'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese
{'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese
];
Expand Down

0 comments on commit 428960a

Please sign in to comment.