You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that using i18n.vm.$set(i18n.vm.messages, ... instead of i18n.mergeLocaleMessage work properly
Also note that I don't know in advance all the available locales
The text was updated successfully, but these errors were encountered:
vue & vue-i18n version
2.5.9 & 7.3.2
Reproduction Link
http://jsfiddle.net/qe3u6wjr/4/
Steps to reproduce
click "change locale and load messages"
What is Expected?
"foo bar" to be displayed
What is actually happening?
like if the new messages were not applied
Note that using
i18n.vm.$set(i18n.vm.messages, ...
instead ofi18n.mergeLocaleMessage
work properlyAlso note that I don't know in advance all the available locales
The text was updated successfully, but these errors were encountered: