From 52f0ba78ea149e7028e68ad793b05369fa61ff2e 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 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f6c050ec4..9038ac40e 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2506,16 +2506,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 -- 2.43.2