Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested translation keys with number at the beginning are not found #97

Closed
macieklamberski opened this issue Dec 8, 2016 · 0 comments
Closed
Labels
Type: Bug Bug or Bug fixes

Comments

@macieklamberski
Copy link

vue & vue-i18n version

"vue": "^2.0.1",
"vue-i18n": "^4.7.1",

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.

@kazupon kazupon added the Type: Bug Bug or Bug fixes label Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants