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">
<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 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>
</table>
</template>

View File

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

View File

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

View File

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