mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-05 15:17:49 +00:00
Merge pull request #285 from danito/v2-beta
V2 beta - module calendar - french translation
This commit is contained in:
commit
8bec8281d2
@ -48,7 +48,8 @@ Module.register("calendar",{
|
||||
return {
|
||||
en: "translations/en.json",
|
||||
de: "translations/de.json",
|
||||
nl: "translations/nl.json"
|
||||
nl: "translations/nl.json",
|
||||
fr: "translations/fr.json"
|
||||
};
|
||||
},
|
||||
|
||||
|
7
modules/default/calendar/translations/fr.json
Normal file
7
modules/default/calendar/translations/fr.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"TODAY": "Aujourd'hui"
|
||||
, "TOMORROW": "Demain"
|
||||
, "RUNNING": "Se termine dans"
|
||||
, "LOADING": "Chargement des RDV …"
|
||||
, "EMPTY": "Aucun RDV."
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user