mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-20 10:52:42 +00:00
20 lines
454 B
JavaScript
20 lines
454 B
JavaScript
/* Magic Mirror
|
|
* Translation Definition
|
|
*
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*/
|
|
|
|
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",
|
|
};
|