0.0.2 • Published 5 years ago

ra-language-vi v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Vietnamese Messages for React-Admin

Vietnamese messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

react-admin-demo

Installation

npm install --save ra-language-vi
yarn add ra-language-vi

Usage

import { vietnameseMessages } from 'ra-language-vi';
import polyglotI18nProvider from 'ra-i18n-polyglot';

const messages = {
  'vi': vietnameseMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);

<Admin locale="vi" i18nProvider={i18nProvider}>
  ...
</Admin>

License

This translation is licensed under the MIT License.

0.0.2

5 years ago

0.0.1

5 years ago