Assembless / react-littera

🌐 Modern react library for managing translations.
MIT License
19 stars 1 forks source link

Add format support #10

Open jpomykala opened 3 years ago

jpomykala commented 3 years ago

Hey, could you add support for format like below?

{
  "de": {
    "SALE": "Verkauf",
    "ADDRESS": "Adresse"
  },
  "fr": {
    "SALE": "soldes",
    "ADDRESS": "adresse"
  }
}
DRFR0ST commented 3 years ago

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