Closed CarsonF closed 11 months ago
Support key prefixes https://github.com/i18next/react-i18next/pull/1371
const { t } = useTranslation('translation', { keyPrefix: 'very.deeply.nested' }); const text = t('key'); // extract as "very.deeply.nested.key"
Support key prefixes https://github.com/i18next/react-i18next/pull/1371