Merge pull request #348 from lkebin/master

Correct language name
This commit is contained in:
David Benson 2018-11-15 22:48:56 +00:00 committed by GitHub
commit 1320bd985b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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