From f9f116ab077c1f990c4720b37832138210e89a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= <7397743+pelord@users.noreply.github.com> Date: Tue, 2 Oct 2018 15:53:00 -0400 Subject: [PATCH] fix(context): locale do not contains common keys (#192) --- projects/context/src/locale/en.context.json | 2 +- projects/context/src/locale/fr.context.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/context/src/locale/en.context.json b/projects/context/src/locale/en.context.json index 425b6a98a3..b9cef10fab 100644 --- a/projects/context/src/locale/en.context.json +++ b/projects/context/src/locale/en.context.json @@ -10,7 +10,7 @@ "title": "New context" } }, - "context": { + "contextManager": { "clone": "Clone this context", "delete": "Delete this context", "dialog": { diff --git a/projects/context/src/locale/fr.context.json b/projects/context/src/locale/fr.context.json index 4cacb60cd4..81ac1a7086 100644 --- a/projects/context/src/locale/fr.context.json +++ b/projects/context/src/locale/fr.context.json @@ -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",