Restore the correct spaces before double punctuation
This commit is contained in:
parent
61828e9ef2
commit
2ccc4110d6
@ -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>
|
||||||
|
@ -58,7 +58,8 @@
|
|||||||
"discard": "Discard",
|
"discard": "Discard",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"or": "or",
|
"or": "or",
|
||||||
"retry": "Retry"
|
"retry": "Retry",
|
||||||
|
"spaceBeforeDoublePunctuations": "​"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"geolocation": "Geolocation",
|
"geolocation": "Geolocation",
|
||||||
|
@ -58,7 +58,8 @@
|
|||||||
"discard": "Annuler",
|
"discard": "Annuler",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"or": "ou",
|
"or": "ou",
|
||||||
"retry": "R\u00e9essayer"
|
"retry": "R\u00e9essayer",
|
||||||
|
"spaceBeforeDoublePunctuations": " "
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"geolocation": "G\u00e9olocalisation",
|
"geolocation": "G\u00e9olocalisation",
|
||||||
|
@ -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": " "
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"geolocation": "Geolocalizacion",
|
"geolocation": "Geolocalizacion",
|
||||||
|
Loading…
Reference in New Issue
Block a user