Skip to content

Commit

Permalink
fix(context): locale do not contains common keys (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord authored and mbarbeau committed Oct 2, 2018
1 parent 8a46749 commit f9f116a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/context/src/locale/en.context.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"title": "New context"
}
},
"context": {
"contextManager": {
"clone": "Clone this context",
"delete": "Delete this context",
"dialog": {
Expand Down
7 changes: 7 additions & 0 deletions projects/context/src/locale/fr.context.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"saveTitle": "Contexte sauvegardé"
},
"edit": "Éditer ce contexte",
"errors": {
"uncaught": {
"message":
"Désolé! Le service que vous voulez utiliser n’est malheureusement pas disponible pour le moment. Essayez plus tard!",
"title": "Erreur de serveur"
}
},
"favorite": "Favori",
"form": {
"edit": "Éditer",
Expand Down

0 comments on commit f9f116a

Please sign in to comment.