https://github.com/completejavascript/ra-language-vietnamese
Vietnamese Transitions for React-Admin support Typescript
https://github.com/completejavascript/ra-language-vietnamese
react-admin translation vietnamese
Last synced: 3 months ago
JSON representation
Vietnamese Transitions for React-Admin support Typescript
- Host: GitHub
- URL: https://github.com/completejavascript/ra-language-vietnamese
- Owner: completejavascript
- Created: 2024-01-19T09:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T14:09:39.000Z (over 1 year ago)
- Last Synced: 2025-03-19T14:44:12.920Z (3 months ago)
- Topics: react-admin, translation, vietnamese
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vietnamese Messages for React-Admin
Vietnamese messages for [react-admin](https://github.com/marmelab/react-admin), the frontend framework for building admin applications on top of REST/GraphQL services.
[](https://vimeo.com/268958716)
## Installation
```sh
npm install @completejavascript/ra-language-vietnamese
```## Usage
```jsx
import { Admin } from "react-admin";
import vietnamesMessages from "@completejavascript/ra-language-vietnamese";
import polyglotI18nProvider from "ra-i18n-polyglot";const messages = {
vi: vietnamesMessages,
};
const i18nProvider = polyglotI18nProvider((locale) => messages[locale]);...
;
```## License
This translation is licensed under the MIT License.