mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-28 17:08:09 +00:00
Finish translation system. #191
This commit is contained in:
13
translations/translations.js
Normal file
13
translations/translations.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/* 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",
|
||||
};
|
Reference in New Issue
Block a user