From f7e6f67f4eddfd67c2554df64ce29eacba4c4503 Mon Sep 17 00:00:00 2001 From: Vicky Chijwani Date: Sun, 1 Oct 2017 05:06:10 +0530 Subject: [PATCH 1/2] Fix double preposition in string This string is followed by a relative time duration with a preposition included, like "in 1 week". --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index 13ca8eb14..572f810ee 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -92,7 +92,7 @@ en: comment_count_text_pre: "Comments will be limited to" comment_settings: Settings comment_stream: "Comment Stream" - comment_stream_will_close: "The comment stream will close in" + comment_stream_will_close: "The comment stream will close" community: Community configure: Configure copy_and_paste: "Copy and paste code below into your CMS to embed your comment box in your articles" From 06ced883ba9eb96cb565cf177dce4ddae4cf9f0c Mon Sep 17 00:00:00 2001 From: Vicky Chijwani Date: Sun, 1 Oct 2017 05:16:33 +0530 Subject: [PATCH 2/2] Fix double preposition in French and Portuguese translations --- locales/fr.yml | 2 +- locales/pt_BR.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/fr.yml b/locales/fr.yml index 1370d47c6..0638a8896 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -78,7 +78,7 @@ fr: comment_count_text_pre: "Les commentaires seront limités à" comment_settings: Paramètres comment_stream: "Fil de commentaires" - comment_stream_will_close: "Le fil de commentaires va se fermer dans" + comment_stream_will_close: "Le fil de commentaires va se fermer" community: Communauté configure: Configurer copy_and_paste: "Copiez et collez le code ci-dessous dans votre CMS pour intégrer votre boîte de commentaires dans vos articles." diff --git a/locales/pt_BR.yml b/locales/pt_BR.yml index 882bd8682..4cf1a9000 100644 --- a/locales/pt_BR.yml +++ b/locales/pt_BR.yml @@ -87,7 +87,7 @@ pt_BR: comment_count_text_pre: "Os comentários serão limitados a" comment_settings: Configurações comment_stream: "Hilo de comentários" - comment_stream_will_close: "O hilo de comentários será fechado em" + comment_stream_will_close: "O hilo de comentários será fechado" community: Comunidade configure: Configurar copy_and_paste: "Copie e cole o código abaixo em seu CMS para incorporar sua caixa de comentários em seus artigos."