0.6.0 • Published 7 years ago

tau-extract-gettext v0.6.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 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

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago