0.0.1 • Published 5 years ago
@freemindvn/ra-language-vietnamese v0.0.1
Vietnamese Messages for React-Admin
Vietnamese messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
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.1
5 years ago