Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

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

Description

@macieklamberski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions