Skip to content

0.5.0

Compare
Choose a tag to compare
@rivol rivol released this 08 Jan 11:33
· 94 commits to master since this release

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.