Update Init.js

Correct language name
This commit is contained in:
Kebin Liu 2018-11-14 15:09:30 +08:00 committed by GitHub
parent 920463c832
commit 5f4ab03c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ window.mxLanguageMap = window.mxLanguageMap ||
'ko' : '한국어',
'ja' : '日本語',
'zh' : '中文(简体)',
'zh-tw' : '中文(繁'
'zh-tw' : '中文(繁'
};
if (typeof window.mxBasePath === 'undefined')