All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Fix crash when an array of fallback messages and a fallback Translator instance are used together.
- Update dependencies.
- Mark the package as side-effect-free.
- Add support for fallback messages by passing an array:
The first key that has a value will be used.
translator.t(['path.to.key', 'path.to.fallback.key'])
- Initial release.