-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When attaching different translations to a field using the mask plugin, the proper translation is not selected.
label: {
en: 'Phone Number',
fr: 'Numéro de Téléphone',
}
Payloadcms label uses the following pattern to translate the label text.
import { useTranslation } from 'react-i18next'
...
const { i18n } = useTranslation()
{getTranslation(label, i18n)}
Metadata
Metadata
Assignees
Labels
No labels