ra-language-japanese

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i ra-language-japanese

Weekly Downloads

134

Version

0.1.1

License

MIT

Unpacked Size

8.19 kB

Total Files

4

Last publish

Collaborators

  • akm2000