Skip to content

Commit

Permalink
Support Chinese in impressConsole (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdxcxs authored Oct 11, 2020
1 parent d8e2f17 commit d0c427f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/plugins/impressConsole/impressConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
'useAMPM': false
};
break;
case 'zh-CN':
case 'zh-cn':
lang = {
'noNotes': '<div class="noNotes">当前帧没有备注</div>',
'restart': '重新开始',
'clickToOpen': '点击以打开演讲者控制界面',
'prev': '上一帧',
'next': '下一帧',
'loading': '加载中',
'ready': '就绪',
'moving': '移动中',
'useAMPM': false
};
break;
case 'en': // jshint ignore:line
default : // jshint ignore:line
lang = {
Expand Down

0 comments on commit d0c427f

Please sign in to comment.