aor-language-japanese
v1.0.0
Published
japanese translations for admin-on-rest, the frontend framework for building admin applications on top of REST services
Maintainers
Readme
Japanese Translations for Admin-on-rest
Japanese translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.
Installation
npm install --save aor-language-japaneseUsage
import japaneseMessages from 'aor-language-japanese';
const messages = {
'ja': japaneseMessages,
};
<Admin locale="ja" messages={messages}>
...
</Admin>License
This translation is licensed under the MIT Licence.
