Feature key prefixes
CarsonF opened this issue · 0 comments
CarsonF commented
Support key prefixes i18next/react-i18next#1371
const { t } = useTranslation('translation', { keyPrefix: 'very.deeply.nested' });
const text = t('key'); // extract as "very.deeply.nested.key"