Chinese messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save ra-language-chinese
import polyglotI18nProvider from 'ra-i18n-polyglot';
import chineseMessages from 'ra-language-chinese';
const i18nProvider = polyglotI18nProvider(() => chineseMessages, 'ch');
const App = () => (
<Admin i18nProvider={i18nProvider}>
...
</Admin>
);
Please check the official website tutorial.changing-the-default-locale
This translation is licensed under the MIT License.