https://github.com/bicstone/ra-language-japanese
Japanese messages for react-admin
https://github.com/bicstone/ra-language-japanese
admin-on-rest hacktoberfest i18n japanese japanese-language react react-admin translation
Last synced: 10 months ago
JSON representation
Japanese messages for react-admin
- Host: GitHub
- URL: https://github.com/bicstone/ra-language-japanese
- Owner: bicstone
- License: mit
- Created: 2019-11-17T03:31:33.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T15:35:17.000Z (about 2 years ago)
- Last Synced: 2024-05-01T17:11:47.923Z (about 2 years ago)
- Topics: admin-on-rest, hacktoberfest, i18n, japanese, japanese-language, react, react-admin, translation
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@bicstone/ra-language-japanese
- Size: 1.79 MB
- Stars: 28
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Japanese Messages for React-Admin
[](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-latest.yml) [](https://github.com/bicstone/ra-language-japanese/actions/workflows/publish-next.yml) [](https://www.npmjs.com/package/@bicstone/ra-language-japanese)
Japanese messages for [React-admin](https://github.com/marmelab/react-admin).
[React-admin](https://github.com/marmelab/react-admin) の日本語翻訳です。
直訳せず、読みさすさとシンプルさを優先した意訳をしています。
## Installation
### versions 4 or 5
```sh
npm install @bicstone/ra-language-japanese@latest
# or
yarn add @bicstone/ra-language-japanese@latest
# or
pnpm add @bicstone/ra-language-japanese@latest
```
### versions 2 or 3
```sh
npm install @bicstone/ra-language-japanese@3
# or
yarn add @bicstone/ra-language-japanese@3
# or
pnpm add @bicstone/ra-language-japanese@3
```
## Usage
### versions 3 to 5
```jsx
import polyglotI18nProvider from "ra-i18n-polyglot";
import japaneseMessages from "@bicstone/ra-language-japanese";
const i18nProvider = polyglotI18nProvider(() => japaneseMessages, "ja");
...
```
See React-admin [documentation](https://marmelab.com/react-admin/Translation.html) for more information.
### version 2
```jsx
import japaneseMessages from "@bicstone/ra-language-japanese";
const i18nProvider = () => japaneseMessages;
...
```
See React-admin [documentation](https://marmelab.com/react-admin/doc/2.9/Translation.html) for more information.
## License
MIT License
## Contributors
Thanks goes to all the people who contribute.

Oishi Takanori
💻 📖 🚧 📦 👀

toknsi
📖

Yukinobu Nagayasu
📖

Masato Ohba
🚧

Nikita Kamaev
🚧

stefafafan
🚧

kadoya-water-cell
🚧