Update Init.js

Correct language name

Former-commit-id: 920463c832
This commit is contained in:
Kebin Liu 2018-11-14 15:00:50 +08:00 committed by GitHub
parent c3fbe2fe46
commit f478f6c5ec

View file

@ -110,8 +110,8 @@ window.mxLanguageMap = window.mxLanguageMap ||
'th' : 'ไทย',
'ko' : '한국어',
'ja' : '日本語',
'zh' : '中文(中国',
'zh-tw' : '中文(台灣'
'zh' : '中文(简体',
'zh-tw' : '中文(繁体'
};
if (typeof window.mxBasePath === 'undefined')