From: Tom Hughes Date: Mon, 7 May 2018 14:21:50 +0000 (+0100) Subject: Quote translations to stop them looking like numbers X-Git-Tag: live~3017 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/973e7ae3982fcfe1d55913690c8c0a9315f5c978 Quote translations to stop them looking like numbers --- 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 diff --git a/config/locales/tr.yml b/config/locales/tr.yml index eea4a2794..f4b5b36bf 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -2494,16 +2494,16 @@ tr: roundabout_with_exit: Dönel kavşakta %{exit}. çıkışı kullanarak %{name} üzerine unnamed: adsız yol 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: Zaman query: node: Düğüm