Skip to content

Commit

Permalink
Merge pull request #285 from danito/v2-beta
Browse files Browse the repository at this point in the history
V2 beta - module calendar - french translation
  • Loading branch information
MichMich committed May 3, 2016
2 parents a6da9e8 + 2e5a581 commit 8bec828
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/default/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
},

Expand Down
7 changes: 7 additions & 0 deletions modules/default/calendar/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"TODAY": "Aujourd'hui"
, "TOMORROW": "Demain"
, "RUNNING": "Se termine dans"
, "LOADING": "Chargement des RDV …"
, "EMPTY": "Aucun RDV."
}

0 comments on commit 8bec828

Please sign in to comment.