Traditional Chinese

This commit is contained in:
jxtsai
2017-06-05 15:10:13 +08:00
parent 5e57578fa9
commit b9b8352633
2 changed files with 546 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ var map = {
'de': 'Deutsch',
'pt-br': 'Português do Brasil',
'ro': 'Română',
'zh': '繁體中文',
};
var getStoredLanguage = function () { return localStorage.getItem(LS_LANG); };