react-littera
react-littera copied to clipboard
🌐 Modern react library for managing translations.
**Is your feature request related to a problem? Please describe.** When the translation is JSX (see below), it works fine but validation [here](https://github.com/Assembless/react-littera/blob/master/src/utils/methods.ts#L60) logs an error as if the translation...
## 📜 Description This PR adds a new feature to the project: the Trans component. The Trans component is a custom translation component that can interpolate variables and parse HTML...
## 📜 Description This PR is the last stop before releasing the third version of React Littera. The library was completely rewritten from top to bottom and introduces many breaking...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Hey, could you add support for format like below? ``` { "de": { "SALE": "Verkauf", "ADDRESS": "Adresse" }, "fr": { "SALE": "soldes", "ADDRESS": "adresse" } } ``` - it's easier...