From 0ee92ff9cc69e89037af982dc6d8c9110c285c79 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Thu, 1 Sep 2016 18:06:09 -0300 Subject: [PATCH] translation for “save”, “preview” and “cancel part 2 --- src/app/profile/custom-content/edit-content.html | 6 +++--- src/languages/en.json | 5 ++++- src/languages/pt.json | 5 ++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/profile/custom-content/edit-content.html b/src/app/profile/custom-content/edit-content.html index bd5d1d8..7513230 100644 --- a/src/app/profile/custom-content/edit-content.html +++ b/src/app/profile/custom-content/edit-content.html @@ -1,7 +1,7 @@

{{"custom_content.title" | translate}}

- - - + + +
diff --git a/src/languages/en.json b/src/languages/en.json index c027e2b..87fe17a 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -167,5 +167,8 @@ "is invalid": "is invalid", "block.edition.save.button": "Save", "block.edition.preview.button": "Preview", - "block.edition.cancel.button": "Cancel" + "block.edition.cancel.button": "Cancel", + "custom-content.edition.save.button": "Save", + "custom-content.edition.preview.button": "Preview", + "custom-content.edition.cancel.button": "Cancel" } diff --git a/src/languages/pt.json b/src/languages/pt.json index f890037..e8edd79 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -170,5 +170,8 @@ "is invalid": "é inválido", "block.edition.save.button": "Salvar", "block.edition.preview.button": "Simular", - "block.edition.cancel.button": "Cancelar" + "block.edition.cancel.button": "Cancelar", + "custom-content.edition.save.button": "Salvar", + "custom-content.edition.preview.button": "Simular", + "custom-content.edition.cancel.button": "Cancelar" } -- libgit2 0.21.2