From c05abed3e433280bdb6eb3b735d685426d58bd0d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 3 Sep 2019 09:41:17 -0400 Subject: i18n(*): make sure ellipsis after includes 3 periods (#172) Add third period after "Read more" (EN) and "Leer mas" (ES). --- i18n/en.yaml | 2 +- i18n/es.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 48870d6..bee91f7 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -41,7 +41,7 @@ toc: other: "Contents" readMore: - other: "Read more.." + other: "Read more..." reward: other: "Reward" diff --git a/i18n/es.yaml b/i18n/es.yaml index f53090e..93ff9f8 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -41,7 +41,7 @@ toc: other: "Contenidos" readMore: - other: "Leer mas.." + other: "Leer mas..." reward: other: "Reward" -- cgit v1.2.3