Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kuma-guy/aor-language-japanese
- Owner: kuma-guy
- Created: 2017-03-13T07:27:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T13:20:06.000Z (over 7 years ago)
- Last Synced: 2024-11-14T11:42:20.517Z (about 1 month ago)
- Topics: admin-on-rest
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).