0.1.1 • Published 5 years ago

ra-language-japanese v0.1.1

Weekly downloads
27
License
MIT
Repository
github
Last release
5 years ago

Japanese Messages for React-Admin

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

Installation

npm install --save ra-language-japanese

Usage

import japaneseMessages from 'ra-language-japanese';

const messages = {
    'ja': japaneseMessages
};

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

License

This translation is licensed under the MIT License.