- Bump up
del
to 1.2.1
- Update dependencies
Breaking changes
Change required node version (>=14.21.3). It may work with lower node version, but it's tested only with version 14.23.1.
- Add support for handling translating keys with dots (#26)
- Update
defaultLang
to acceptnull
and document behavior.
- Pin all dependencies to minor versions
- Add support for prefixing urls with language-code in json (#15)
- Bugfix for sibling tests is json translation(#14)
- Add option to format output json (#12)
- Bugfix translating falsy values
- Add support for sibling value tests for translating json (#10)
- Add support for translating json (#8)
- Allow sourcing of PO files from Multiple directories (#5)
- Change
localeDir
tolocaleDirs
in options object passed toTranslator
.
- Initial release