MagicMirror/translations/translations.js
Jordi De Poortere 3cd7cdd4fb Update translations.js
Add Spanish translations
2016-05-11 18:34:56 +02:00

16 lines
326 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",
};