Skip to content

Commit

Permalink
Add support for more content type languages
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed Nov 5, 2019
1 parent 91083c9 commit 40b547e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/h5peditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,7 @@ ns.supportedLanguages = {
'en-gb': 'English, British',
'eo': 'Esperanto',
'es': 'Spanish (Español)',
'es-mx': 'Spanish, Mexican',
'et': 'Estonian (Eesti)',
'eu': 'Basque (Euskera)',
'fa': 'Persian (فارسی)',
Expand Down Expand Up @@ -1824,6 +1825,9 @@ ns.supportedLanguages = {
'sk': 'Slovak (Slovenčina)',
'sl': 'Slovenian (Slovenščina)',
'sm': 'Samoan',
'sma': 'Sámi (Southern)',
'sme': 'Sámi (Northern)',
'smj': 'Sámi (Lule)',
'sn': 'Shona',
'so': 'Somali',
'sq': 'Albanian (Shqip)',
Expand Down Expand Up @@ -1859,7 +1863,9 @@ ns.supportedLanguages = {
'yi': 'Yiddish',
'yo': 'Yoruba (Yorùbá)',
'za': 'Zhuang',
'zh': 'Chinese',
'zh-hans': 'Chinese, Simplified (简体中文)',
'zh-hant': 'Chinese, Traditional (繁體中文)',
'zh-tw': 'Chinese, Taiwan, Traditional',
'zu': 'Zulu (isiZulu)'
};

0 comments on commit 40b547e

Please sign in to comment.