Releases: i18next/i18next-scanner
Releases · i18next/i18next-scanner
v2.9.2
- Fix whitespace parsing issue (closes #131)
- Fix an issue that cannot set
trans: false
to disable parseTransFromString
(1bf929f, PR #134 by @tkforce, closes #133)
v2.9.1
Fixed a bug in v2.9.0 that will break existing translations if the language does not support plural forms (ee0535e, resolves #116)
v2.6.4
Iterates through all of the JSX element attributes to filter JSXElement values (9385fe4, PR #91 closes #90)
<Component render={(<Trans>translation from props</Trans>)} />
<Component render={(<Component render={(<Trans>translation from nested props</Trans>)} />)} />