2016-05-11 12:38:41 +02:00
|
|
|
/* 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",
|
2016-05-11 13:59:52 +02:00
|
|
|
"fy" : "translations/fy.json",
|
2016-05-11 18:34:56 +02:00
|
|
|
"es" : "translations/es.json",
|
2016-05-20 01:22:45 +02:00
|
|
|
"nb" : "translations/nb.json",
|
2016-05-21 15:33:47 +01:00
|
|
|
"nn" : "translations/nn.json",
|
|
|
|
"pt" : "translations/pt.json",
|
2016-05-27 19:04:53 +02:00
|
|
|
"sv" : "translations/sv.json",
|
2016-05-11 12:38:41 +02:00
|
|
|
};
|