Skip to content

Releases: u-wave/translate

v1.1.1

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 26 Aug 11:18
e65fda4
  • Fix crash when an array of fallback messages and a fallback Translator
    instance are used together.

v1.1.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 15 Mar 12:37
c235e14
  • 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

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 25 Jul 12:48
4c50a8e
  • Initial release.