Skip to content

Allow nesting more than one time in lang json files #3

Open
@JanBrin

Description

@JanBrin

Allow nesting strings multiple times and access them e.g. via linguini.get("intro.newColors.coolColor", "en", TypeMappers.String);

{
    "data": {
        // This is a language category:
        "intro": {
            // This is a language item:
            "myFavoriteColor": "My favorite color is blue.",
            "newColors": {
              "coolColor": "This is my cool color"
            }
        }
    },
    "refs": {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions