mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-10 17:24:44 +00:00
14 lines
262 B
JavaScript
14 lines
262 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",
|
||
|
};
|