Adding Icelandic translation to translation.js

This commit is contained in:
kthorri 2017-01-23 14:51:59 +00:00 committed by GitHub
parent 8010e6220d
commit 00197d131d

View File

@ -19,11 +19,12 @@ var translations = {
"pt_br" : "translations/pt_br.json", // Português Brasileiro
"sv" : "translations/sv.json", // Svenska
"it" : "translations/it.json", // Italian
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
"zh_cn" : "translations/zh_cn.jsona", // Simplified Chinese
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
"ja" : "translations/ja.json", // Japanese
"pl" : "translations/pl.json", // Polish
"gr" : "translations/gr.json", // Greek
"da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish
"is" : "translations/is.json", // Icelandic
};