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
All translation strings should be displayed in the output.
What is actually happening?
In case of translation strings located in root level, all keys are supported (string, mixed, numeric). In case of nested keys, keys that starts with numeric character are not found and full translation keys is displayed instead.
The text was updated successfully, but these errors were encountered:
vue & vue-i18n version
Reproduction Link
http://jsfiddle.net/f9khsu2q/6/
Steps to reproduce
Just run the code and see the output.
What is Expected?
All translation strings should be displayed in the output.
What is actually happening?
In case of translation strings located in root level, all keys are supported (string, mixed, numeric). In case of nested keys, keys that starts with numeric character are not found and full translation keys is displayed instead.
The text was updated successfully, but these errors were encountered: