This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Releases: devoxa/next-i18next-compress
Releases · devoxa/next-i18next-compress
v1.3.1
v1.3.0
Features
- Support variable interpolation for
t
(t('Foo {{bar}}', { bar })
) - Support variable interpolation for
Trans
(<Trans t={t}>Foo {{bar}}</Trans>
)
v1.2.0
Features
- Support template strings for the
t
argument - Support template strings for the
i18nKey
attribute
v1.1.0
Features
- Support compressing
<Trans>
with interpolated React components
v1.0.0
Initial release