From 2ccc4110d697ea5fc55fb673916f381c0e3653ff Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Tue, 28 Aug 2018 20:48:50 +0200 Subject: [PATCH] Restore the correct spaces before double punctuation --- src/components/ReportsDescription.vue | 2 +- src/i18n/en.json | 3 ++- src/i18n/fr.json | 3 ++- src/i18n/oc.json | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/ReportsDescription.vue b/src/components/ReportsDescription.vue index fefc1ab..0bba748 100644 --- a/src/components/ReportsDescription.vue +++ b/src/components/ReportsDescription.vue @@ -2,7 +2,7 @@ - +
{{ $t(REPORT_TYPES[type].label) }}{{ $t('misc.spaceBeforeDoublePunctuations') }}: {{ $t(REPORT_TYPES[type].description) }}{{ $t(REPORT_TYPES[type].label) }}: {{ $t(REPORT_TYPES[type].description) }}
diff --git a/src/i18n/en.json b/src/i18n/en.json index 227da28..b573754 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -58,7 +58,8 @@ "discard": "Discard", "ok": "OK", "or": "or", - "retry": "Retry" + "retry": "Retry", + "spaceBeforeDoublePunctuations": "​" }, "permissions": { "geolocation": "Geolocation", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 00fc08b..58c667b 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -58,7 +58,8 @@ "discard": "Annuler", "ok": "OK", "or": "ou", - "retry": "R\u00e9essayer" + "retry": "R\u00e9essayer", + "spaceBeforeDoublePunctuations": " " }, "permissions": { "geolocation": "G\u00e9olocalisation", diff --git a/src/i18n/oc.json b/src/i18n/oc.json index 41e799b..721f4b0 100644 --- a/src/i18n/oc.json +++ b/src/i18n/oc.json @@ -57,7 +57,8 @@ "discard": "Anullar", "ok": "D\u2019acc\u00f2rdi", "or": "o", - "retry": "Ensajar tornamai" + "retry": "Ensajar tornamai", + "spaceBeforeDoublePunctuations": " " }, "permissions": { "geolocation": "Geolocalizacion",