i18n-ally icon indicating copy to clipboard operation
i18n-ally copied to clipboard

i18next - namespaces not picked up, <Trans> not pickedup up

Open VinzentE opened this issue 5 months ago • 0 comments

Some variants are not beeing picked up by ally.

Example 1: const title = t('someNamespace:title')

The notation {namespace}:{key} is not detected.

Example 2: This variant is being picked up <Trans> field.time.description </Trans>

But this variant is not <Trans i18nKey={'field.time.description'} />

Any ideas? Is that due to wrong settings or missing support or a but?

VinzentE avatar Sep 24 '24 21:09 VinzentE