diff options
author | Misha Brukman <mbrukman@google.com> | 2019-09-03 09:41:17 -0400 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-09-03 21:41:17 +0800 |
commit | c05abed3e433280bdb6eb3b735d685426d58bd0d (patch) | |
tree | 30e9553d4df56488a176c9f3c193fa050931ed52 | |
parent | add91d5540decfa4ce5f2dd1487ec26ade656c8e (diff) |
i18n(*): make sure ellipsis after includes 3 periods (#172)
Add third period after "Read more" (EN) and "Leer mas" (ES).
-rw-r--r-- | i18n/en.yaml | 2 | ||||
-rw-r--r-- | 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" |