Custom separators not use .
Author: snowchenleiCreated Aug 13, 2021Updated May 10, 2024
LabelsStatus: Proposal
This is a feature request.
// definition
const messages = {
en: {
message: {
hello: 'hello world'
}
},
}
// use
<p>{{ $t("message.hello") }}</p>Now use . segmentation.I'd like to replace . with Other characters.
For example:
<p>{{ $t("message:hello") }}</p>Source: kazupon/vue-i18n