2.0.0
- Fix another bug in the decoder that was producing wring keys in the decoded translations.
- Make the
Translations
type opaque - Add
tr
function for translating with replacements(placeholders). - Add
tf
function for translating while uses fallback languages. - Add
trf
function for using replacements(placeholders) and fallback languages at the same time. - change API to "translations first" for easier use with pipelines.
- improve docs and readme.