Skip to content

Commit

Permalink
Merge pull request #11124 from canova/turkish-label
Browse files Browse the repository at this point in the history
Fix the label of Turkish language
  • Loading branch information
jryans authored Oct 11, 2019
2 parents a0599e8 + dd9898e commit 38fe2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-res.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const INCLUDE_LANGS = [
{'value': 'sv', 'label': 'Svenska'},
{'value': 'te', 'label': 'తెలుగు'},
{'value': 'th', 'label': 'ไทย'},
{'value': 'tr', 'label': 'Türk'},
{'value': 'tr', 'label': 'Türkçe'},
{'value': 'vls', 'label': 'West-Vlaams'},
{'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese
{'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese
Expand Down

0 comments on commit 38fe2c2

Please sign in to comment.