ra-language-vietnamese

Vietnamese translations for react-admin, the frontend framework for building admin applications on top of REST services


Keywords
react, react-admin, translation
License
ISC
Install
npm install ra-language-vietnamese@3.0.1

Documentation

Vietnamese Translations for React-Admin

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

Installation

npm install --save ra-language-vietnamese

Usage

import vietnameseMessages from 'ra-language-vietnamese';

const messages = {
    'vi': vietnameseMessages,
};

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

License

This translation is licensed under the MIT Licence.