mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Adding Icelandic translation to translation.js
This commit is contained in:
parent
8010e6220d
commit
00197d131d
@ -19,11 +19,12 @@ var translations = {
|
|||||||
"pt_br" : "translations/pt_br.json", // Português Brasileiro
|
"pt_br" : "translations/pt_br.json", // Português Brasileiro
|
||||||
"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_cn" : "translations/zh_cn.jsona", // Simplified Chinese
|
||||||
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
||||||
"ja" : "translations/ja.json", // Japanese
|
"ja" : "translations/ja.json", // Japanese
|
||||||
"pl" : "translations/pl.json", // Polish
|
"pl" : "translations/pl.json", // Polish
|
||||||
"gr" : "translations/gr.json", // Greek
|
"gr" : "translations/gr.json", // Greek
|
||||||
"da" : "translations/da.json", // Danish
|
"da" : "translations/da.json", // Danish
|
||||||
"tr" : "translations/tr.json", // Turkish
|
"tr" : "translations/tr.json", // Turkish
|
||||||
|
"is" : "translations/is.json", // Icelandic
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user