Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add format support #10

Open
jpomykala opened this issue Apr 13, 2021 · 1 comment
Open

Add format support #10

jpomykala opened this issue Apr 13, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jpomykala
Copy link

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 👍
@DRFR0ST DRFR0ST added the enhancement New feature or request label Apr 28, 2021
@DRFR0ST
Copy link
Collaborator

DRFR0ST commented Apr 28, 2021

Hi, thanks for your comment. We are planning to introduce a flexible format support later this year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants