From 662d6334a843b8fabdf8441a23c831347fa03f16 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 7 May 2018 15:21:50 +0100 Subject: [PATCH] Quote translations to stop them looking like numbers --- config/locales/cs.yml | 20 ++++++++++---------- config/locales/da.yml | 20 ++++++++++---------- config/locales/is.yml | 20 ++++++++++---------- 3 files changed, 30 insertions(+), 30 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/da.yml b/config/locales/da.yml index 0ee0cd3db..6358d33c4 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -2524,16 +2524,16 @@ da: unnamed: unavngiven vej courtesy: Anvisninger stillet til rådighed af %{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: Tid query: node: Punkt 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