Restore the correct spaces before double punctuation

This commit is contained in:
Lucas Verney 2018-08-28 20:48:50 +02:00
parent 61828e9ef2
commit 2ccc4110d6
4 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<table class="margin-auto"> <table class="margin-auto">
<tr v-for="type in REPORT_TYPES_ORDER"> <tr v-for="type in REPORT_TYPES_ORDER">
<td class="pa-2"><img class="reportIcon" :src="REPORT_TYPES[type].image"/></td> <td class="pa-2"><img class="reportIcon" :src="REPORT_TYPES[type].image"/></td>
<td class="pa-2 text-xs-left"><strong>{{ $t(REPORT_TYPES[type].label) }}</strong>{{ $t('misc.spaceBeforeDoublePunctuations') }}: {{ $t(REPORT_TYPES[type].description) }}</td> <td class="pa-2 text-xs-left"><strong>{{ $t(REPORT_TYPES[type].label) }}</strong><span v-html="$t('misc.spaceBeforeDoublePunctuations')"></span>: {{ $t(REPORT_TYPES[type].description) }}</td>
</tr> </tr>
</table> </table>
</template> </template>

View File

@ -58,7 +58,8 @@
"discard": "Discard", "discard": "Discard",
"ok": "OK", "ok": "OK",
"or": "or", "or": "or",
"retry": "Retry" "retry": "Retry",
"spaceBeforeDoublePunctuations": "&#8203;"
}, },
"permissions": { "permissions": {
"geolocation": "Geolocation", "geolocation": "Geolocation",

View File

@ -58,7 +58,8 @@
"discard": "Annuler", "discard": "Annuler",
"ok": "OK", "ok": "OK",
"or": "ou", "or": "ou",
"retry": "R\u00e9essayer" "retry": "R\u00e9essayer",
"spaceBeforeDoublePunctuations": "&nbsp;"
}, },
"permissions": { "permissions": {
"geolocation": "G\u00e9olocalisation", "geolocation": "G\u00e9olocalisation",

View File

@ -57,7 +57,8 @@
"discard": "Anullar", "discard": "Anullar",
"ok": "D\u2019acc\u00f2rdi", "ok": "D\u2019acc\u00f2rdi",
"or": "o", "or": "o",
"retry": "Ensajar tornamai" "retry": "Ensajar tornamai",
"spaceBeforeDoublePunctuations": "&nbsp;"
}, },
"permissions": { "permissions": {
"geolocation": "Geolocalizacion", "geolocation": "Geolocalizacion",