Skip to content

Commit

Permalink
feat(i18n): more lang code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyyuusora committed May 17, 2022
1 parent 1f512ef commit b656087
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,14 @@ const tranTxt = {
Live: '直播',
'Video info': '视频统计信息',
Off: '关闭',
'en-us': '英语',
'fr-fr': '法语',
'id-id': '印尼语',
'mn-mn': '蒙古语',
'my-mm': '缅甸语',
'ru-ru': '俄语',
'zh-cn': '简体中文',
'zh-tw': '繁体中文',
'en-us': '英语',
},
'zh-tw': {
'Danmaku is loading': '彈幕載入中',
Expand Down Expand Up @@ -106,14 +111,24 @@ const tranTxt = {
Live: '直播',
'Video info': '影片統計訊息',
Off: '關閉',
'en-us': '英語',
'fr-fr': '法語',
'id-id': '印尼語',
'mn-mn': '蒙古語',
'my-mm': '緬甸語',
'ru-ru': '俄語',
'zh-cn': '簡體中文',
'zh-tw': '繁體中文',
'en-us': '英語',
},
'en-us': {
'en-us': 'English(US)',
'fr-fr': 'French(France)',
'id-id': 'Indonesian',
'mn-mn': 'Mongolian',
'my-mm': 'Burmese',
'ru-ru': 'Russian(Russia)',
'zh-cn': 'Chinese(Simplified)',
'zh-tw': 'Chinese(Traditional)',
'en-us': 'English(US)',
},
};

Expand Down

0 comments on commit b656087

Please sign in to comment.