1.0.0 • Published 4 years ago

yhy-ra-language-chinese v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Chinese Messages for React-Admin

Chinese messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

Installation

npm install --save ra-language-chinese

Usage

import chineseMessages from 'ra-language-chinese';

const messages = {
    'cn': chineseMessages
};

<Admin locale="cn" messages={messages}>
  ...
</Admin>

License

This translation is licensed under the MIT License.