-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Right now, we add conditional i18n props to every component's interface and add default values for the english translations.
This duplicates work if the same translation is used across components and creates lots of boilerplate.
We should consider adding our own provider for these translations so each phrase is only added once and the only boilerplate is a use hook.
Another option is to integrate with the i18next package like we do in the client with
import { t } from 'i18next'
We should also consider the best solution for sharing translations across all repos but that can be a separate issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels