Tonic UI is a UI component library for React, built with Emotion and Styled System. It is designed to be easy to use and easy to customize.
125
stars
29
forks
source link
Support localization for Tonic UI components #891
Open
cheton opened 4 months ago
Overview
https://mui.com/material-ui/guides/localization/
MUI utilizes the theme to configure the locale text globally:
For more details, you can find the source in the GitHub repository.
To support localization in Tonic UI,
DefaultPropsProvider
must be implemented. Here are the relevant links:Locale
translationsDefaultPropsProvider
inmui-material
DefaultPropsProvider
inmui-system
Related issues: #73, #180