Skip to content

Releases: u-wave/translate

v1.1.1

26 Aug 11:18
e65fda4
Compare
Choose a tag to compare
  • Fix crash when an array of fallback messages and a fallback Translator
    instance are used together.

v1.1.0

15 Mar 12:37
c235e14
Compare
Choose a tag to compare
  • Update dependencies.
  • Mark the package as side-effect-free.
  • Add support for fallback messages by passing an array:
    translator.t(['path.to.key', 'path.to.fallback.key'])
    The first key that has a value will be used.

v1.0.0

25 Jul 12:48
4c50a8e
Compare
Choose a tag to compare
  • Initial release.