Skip to content

Releases: thorgate/tg-react

0.5.1

01 Feb 16:10
Compare
Choose a tag to compare
  • Fixed a few previously untranslatable error messages.
  • Better error reporting for files that extract-js-i18n.js fails to parse.

0.5.0

08 Jan 11:33
Compare
Choose a tag to compare

New method for i18n string extraction from JS sources

Uses Babel (more specifically, its babylon package) to parse the sources and extract whatever is given to gettext() and friends as arguments.
Requires 'babylon' and 'babel-traverse' node packages to be installed.

Auth backends

17 Sep 20:53
Compare
Choose a tag to compare

Fixed some of the small importing issues

Auth backends

17 Sep 18:21
Compare
Choose a tag to compare
Merge pull request #1 from thorgate/auth_api

New auth API