From 4634c6bc4233641e84d78b728a69ce4aba49fa7c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 7 May 2018 15:21:50 +0100 Subject: [PATCH 1/1] Quote translations to stop them looking like numbers --- config/locales/cs.yml | 20 ++++++++++---------- config/locales/is.yml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 5f36ced32..a4bc02aa6 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2500,16 +2500,16 @@ cs: unnamed: nepojmenovaná cesta courtesy: Trasa díky %{link} exit_counts: - first: 1. - second: 2. - third: 3. - fourth: 4. - fifth: 5. - sixth: 6. - seventh: 7. - eighth: 8. - ninth: 9. - tenth: 10. + first: '1.' + second: '2.' + third: '3.' + fourth: '4.' + fifth: '5.' + sixth: '6.' + seventh: '7.' + eighth: '8.' + ninth: '9.' + tenth: '10.' time: Čas query: node: Uzel diff --git a/config/locales/is.yml b/config/locales/is.yml index 27a4a58c4..003f85da5 100644 --- a/config/locales/is.yml +++ b/config/locales/is.yml @@ -2550,16 +2550,16 @@ is: unnamed: ónefnd gata courtesy: Leiðarlýsing í boði %{link} exit_counts: - first: 1. - second: 2. - third: 3. - fourth: 4. - fifth: 5. - sixth: 6. - seventh: 7. - eighth: 8. - ninth: 9. - tenth: 10. + first: '1.' + second: '2.' + third: '3.' + fourth: '4.' + fifth: '5.' + sixth: '6.' + seventh: '7.' + eighth: '8.' + ninth: '9.' + tenth: '10.' time: Tími query: node: Hnútur -- 2.43.2