Skip to content

Add format support #10

@jpomykala

Description

@jpomykala

Hey,
could you add support for format like below?

{
  "de": {
    "SALE": "Verkauf",
    "ADDRESS": "Adresse"
  },
  "fr": {
    "SALE": "soldes",
    "ADDRESS": "adresse"
  }
}
  • it's easier to provide messages for just one language by taking just a part of the JSON
  • overall JSON with messages is much smaller, because you are not repeating locale key for each translation key
  • it's a more common format for translation hosting 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions