mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Fix NE translations for all languages.
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
*/
|
||||
|
||||
var translations = {
|
||||
"en" : "translations/en.json",
|
||||
"nl" : "translations/nl.json",
|
||||
"de" : "translations/de.json",
|
||||
"fr" : "translations/fr.json",
|
||||
"fy" : "translations/fy.json",
|
||||
"es" : "translations/es.json",
|
||||
"nb" : "translations/nb.json",
|
||||
"nn" : "translations/nn.json",
|
||||
"pt" : "translations/pt.json",
|
||||
"sv" : "translations/sv.json",
|
||||
"it" : "translations/it.json",
|
||||
"en" : "translations/en.json", // English
|
||||
"nl" : "translations/nl.json", // Dutch
|
||||
"de" : "translations/de.json", // German
|
||||
"fr" : "translations/fr.json", // French
|
||||
"fy" : "translations/fy.json", // Frysk
|
||||
"es" : "translations/es.json", // Spanish
|
||||
"nb" : "translations/nb.json", // Norsk bokmål
|
||||
"nn" : "translations/nn.json", // Norsk nynorsk
|
||||
"pt" : "translations/pt.json", // Português
|
||||
"sv" : "translations/sv.json", // Svenska
|
||||
"it" : "translations/it.json", // Italian
|
||||
};
|
||||
|
Reference in New Issue
Block a user