- Support
prefix
,suffix
andextension
option on the CLI (#60)
- Add a new line at the end of file generated by the CLI (#54)
- Update dependencies
- Does not parse values from function that ends with a t (PR #52)
- Add option to silence the variable errors (PR #47)
- Support for passing a context via an object (PR #49)
- Handle strings with newlines, tabs and backslashes in them (PR #42)
- Fix the regex introduced in 0.8.1 that was throwing unexpected errors (for good)
- Fix the regex introduced in 0.8.1 that was throwing unexpected errors
- Throw an error when the translation function use a variable instead of a string
- Add --attributes option (cli & gulp)
- Add --keep-removed option (cli & gulp)
- Allow writeOld to be disable (cli)
- Add support for ES6 template strings:
- Add prefix, suffix and extension options (closes #31)
- Add writeOld option
- Add support for multiline array in catalog (fix #26)
- Fix the cli (fix #24)
- Transfer repository to i18next organization (fix #15)
- Fix the output path when using the cli (fix #22)
- Handle escaped quotes in translation keys (fix #21)
- Trailing separator in translation keys wasn't handled properly (fix #20)
- The translation key should be the first truthy match of the regex (fix #18)
- Improve support for
data-i18n
attributes in html
- Add support for context
- Add support for
data-i18n
attributes in html
- Improve parser (0.1.11)
- [cli] namespace and key separator option (0.1.10)
- Add namespace and key separator options (0.1.9)
- Add support for plural keys (0.1.8)
- Catch JSON parsing errors (0.1.8)
- Improve the events emitted by the stream transform (0.1.7)
- [cli] Make sure input and output directory exist (0.1.6)
- [cli] Improve output (0.1.6)
- Fix #1 (0.1.5)
- Fix the regex to exclude functions that would end with
_t()
(0.1.4)