mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-29 09:14:59 +00:00
Run prettier over ALL files once
No other changes done in this commit
This commit is contained in:
@@ -6,45 +6,46 @@
|
||||
*/
|
||||
|
||||
var translations = {
|
||||
"en" : "translations/en.json", // English
|
||||
"nl" : "translations/nl.json", // Dutch
|
||||
"de" : "translations/de.json", // German
|
||||
"fi" : "translations/fi.json", // Suomi
|
||||
"fr" : "translations/fr.json", // French
|
||||
"fy" : "translations/fy.json", // Frysk
|
||||
"es" : "translations/es.json", // Spanish
|
||||
"ca" : "translations/ca.json", // Catalan
|
||||
"nb" : "translations/nb.json", // Norsk bokmål
|
||||
"nn" : "translations/nn.json", // Norsk nynorsk
|
||||
"pt" : "translations/pt.json", // Português
|
||||
"pt-br" : "translations/pt-br.json", // Português Brasileiro
|
||||
"sv" : "translations/sv.json", // Svenska
|
||||
"id" : "translations/id.json", // Indonesian
|
||||
"it" : "translations/it.json", // Italian
|
||||
"zh-cn" : "translations/zh-cn.json", // 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
|
||||
"ru" : "translations/ru.json", // Russian
|
||||
"af" : "translations/af.json", // Afrikaans
|
||||
"hu" : "translations/hu.json", // Hungarian
|
||||
"is" : "translations/is.json", // Icelandic
|
||||
"et" : "translations/et.json", // Estonian
|
||||
"kr" : "translations/kr.json", // Korean
|
||||
"ro" : "translations/ro.json", // Romanian
|
||||
"cy" : "translations/cy.json", // Welsh (Cymraeg)
|
||||
"bg" : "translations/bg.json", // Bulgarian
|
||||
"cs" : "translations/cs.json", // Czech
|
||||
"hr" : "translations/hr.json", // Croatian
|
||||
"sk" : "translations/sk.json", // Slovak
|
||||
"tlh" : "translations/tlh.json", // Klingon
|
||||
"ms-my" : "translations/ms-my.json", // Malay
|
||||
"he" : "translations/he.json", // Hebrew
|
||||
"uk" : "translations/uk.json" // Ukrainian
|
||||
en: "translations/en.json", // English
|
||||
nl: "translations/nl.json", // Dutch
|
||||
de: "translations/de.json", // German
|
||||
fi: "translations/fi.json", // Suomi
|
||||
fr: "translations/fr.json", // French
|
||||
fy: "translations/fy.json", // Frysk
|
||||
es: "translations/es.json", // Spanish
|
||||
ca: "translations/ca.json", // Catalan
|
||||
nb: "translations/nb.json", // Norsk bokmål
|
||||
nn: "translations/nn.json", // Norsk nynorsk
|
||||
pt: "translations/pt.json", // Português
|
||||
"pt-br": "translations/pt-br.json", // Português Brasileiro
|
||||
sv: "translations/sv.json", // Svenska
|
||||
id: "translations/id.json", // Indonesian
|
||||
it: "translations/it.json", // Italian
|
||||
"zh-cn": "translations/zh-cn.json", // 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
|
||||
ru: "translations/ru.json", // Russian
|
||||
af: "translations/af.json", // Afrikaans
|
||||
hu: "translations/hu.json", // Hungarian
|
||||
is: "translations/is.json", // Icelandic
|
||||
et: "translations/et.json", // Estonian
|
||||
kr: "translations/kr.json", // Korean
|
||||
ro: "translations/ro.json", // Romanian
|
||||
cy: "translations/cy.json", // Welsh (Cymraeg)
|
||||
bg: "translations/bg.json", // Bulgarian
|
||||
cs: "translations/cs.json", // Czech
|
||||
hr: "translations/hr.json", // Croatian
|
||||
sk: "translations/sk.json", // Slovak
|
||||
tlh: "translations/tlh.json", // Klingon
|
||||
"ms-my": "translations/ms-my.json", // Malay
|
||||
he: "translations/he.json", // Hebrew
|
||||
uk: "translations/uk.json" // Ukrainian
|
||||
};
|
||||
|
||||
if (typeof module !== "undefined") {module.exports = translations;}
|
||||
|
||||
if (typeof module !== "undefined") {
|
||||
module.exports = translations;
|
||||
}
|
||||
|
Reference in New Issue
Block a user