From 4f0fee2cd1dada11bf60c4eccc2ebf4cacb65e1b Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 2 Jun 2017 17:02:17 +0100 Subject: [PATCH] Add missing translation for room directory Also remove newline in translation string. --- res/home.html | 3 +-- src/i18n/strings/en_EN.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/home.html b/res/home.html index 577df66b4f..b7d9a14dd1 100644 --- a/res/home.html +++ b/res/home.html @@ -15,8 +15,7 @@ - _t("Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. - Check out the directory!") + _t("Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!") diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index bf4ecfcd16..ded68619c0 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -155,5 +155,6 @@ "Contributing code to Matrix and Riot": "Contributing code to Matrix and Riot", "Dev chat for the Riot/Web dev team": "Dev chat for the Riot/Web dev team", "Dev chat for the Dendrite dev team": "Dev chat for the Dendrite dev team", - "Co-ordination for Riot/Web translators": "Co-ordination for Riot/Web translators" + "Co-ordination for Riot/Web translators": "Co-ordination for Riot/Web translators", + "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!" }