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