0.6.0 • Published 8 years ago

tau-extract-gettext v0.6.0

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

tau-extract-gettext

Build Status

Forked from https://github.com/mvhenten/extract-gettext

Message is properly extracted in following cases:

  • intl.formatMessage('message') - string literal enclosed in one of ` ' " quote types
  • intl.formatMessage('message1' + 'message2') - string concatenation

Message is not extracted in following cases:

  • intl.formatMessage(nonStringExpression) - any non-string argument, including var/const reference and function call

Message is not properly extracted in following cases:

  • intl.formatMessage('message' + "message ')") - concatenation of strings with different quotes when second string contains quote from first string followed by comma or closing parenthesis
0.6.0

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago