Can’t add a dot after a i18n variable
I am trying to use i18n with Vue3 and the variable feature in it. I have a translation like this:
How can the value in {} have a different style (text color) than the rest of the string (i18n-vue)
Ex (i18nLabel): {title} s simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Vue I18n with variables
In vue2 I used to be able to have variables in my json translation file like this:
How can I use special characters when using vue-i18n linked messages?
I’m using vue-i18n linked messages and I bumped into following error:
vue-i18n how to use mergeLocaleMessage?
I m trying to upgrade my vue 2.x app to vue 3.x. I updated the vue-i18n plugin and the code like this