vue-i18n
vue-i18n copied to clipboard
Vue I18n for Vue 3
### Clear and concise description of the problem Currently, the website already offers an English version. Are there any plans to support other languages in the future? ### Suggested solution...
Hello, I added this code to provide users facing this situation with more options: whether to replace the existing message on the i18n instance with the passed message. And this...
### Clear and concise description of the problem Using availableLocales in a component is a list of strings that doesn't update reactively when adding new messages. ```js const { availableLocales...