Skip to content

Nested YAML keys cannot be accessed #18

Description

@guoyunhe

Using the released version from ruby gem.

I have some nested keys to scope some strings:

welcom: Welcom
site:
  title: My Site

But when I access the string from locale object:

{{ locale.welcome }} // Good
{{ locale.site.title}} // Empty/Undefined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions