MagicMirror/translations/translations.js

16 lines
326 B
JavaScript
Raw Normal View History

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",
"fy" : "translations/fy.json",
"es" : "translations/es.json",
2016-05-11 12:38:41 +02:00
};