MagicMirror/translations/translations.js
Wilco Land c550c4c212 Update translations.js
Added Frisian to translation file
2016-05-11 13:59:52 +02:00

15 lines
294 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",
};