i18n-ally
i18n-ally copied to clipboard
i18next - namespaces not picked up, <Trans> not pickedup up
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?