Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuma-guy/aor-language-japanese

Japanese translations for admin-on-rest
https://github.com/kuma-guy/aor-language-japanese

admin-on-rest

Last synced: 18 days ago
JSON representation

Japanese translations for admin-on-rest

Awesome Lists containing this project

README

        

# Japanese Translations for Admin-on-rest

Japanese translations for [admin-on-rest](https://github.com/marmelab/admin-on-rest), the frontend framework for building admin applications on top of REST services.

## Installation

```sh
npm install --save aor-language-japanese
```

## Usage

```js
import japaneseMessages from 'aor-language-japanese';

const messages = {
'ja': japaneseMessages,
};

...

```

## License

This translation is licensed under the [MIT Licence](LICENSE).