Use Thai string for Thai in Language-Chooser

pull/4260/head
krombel 2017-06-10 03:11:55 +02:00 committed by GitHub
parent 00ca069873
commit a62a9b9cd1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const INCLUDE_LANGS = [
{'value': 'ru', 'label': 'Русский'},
{'value': 'sv', 'label': 'Svenska'},
{'value': 'es', 'label': 'Español'},
{'value': 'th', 'label': 'Thai'},
{'value': 'th', 'label': 'ไทย'},
{'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese
{'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese
];