Update translations.js

This commit is contained in:
Simon Shi 2016-06-07 21:51:35 +08:00
parent 44347db52e
commit f93285846a

View File

@ -17,4 +17,6 @@ var translations = {
"pt" : "translations/pt.json", // Português "pt" : "translations/pt.json", // Português
"sv" : "translations/sv.json", // Svenska "sv" : "translations/sv.json", // Svenska
"it" : "translations/it.json", // Italian "it" : "translations/it.json", // Italian
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
}; };