Skip to content

Compliance with localization information in list format #13

@FundaOzmen

Description

@FundaOzmen

We can adjust nlocalizer for list of values and combine languages in a single json format.
Example of a list format is below:

[
{
    "Key":"Monday",
    "Values":{
        "tr-TR":"Pazartesi",
        "en-US":"Monday"
    }
},
{
    "Key":"Tuesday",
    "Values":{
        "tr-TR":"Salı",
        "en-US":"Tuesday"
    }
},
]

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions