ra-language-lithuanian
v0.2.0
Published
Lithuanian messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
Downloads
88
Maintainers
Readme
Lithuanian Messages for React-Admin
Lithuanian messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
Installation
npm install --save ra-language-lithuanian
Usage
import lithuanianMessages from 'ra-language-lithuanian';
import polyglotI18nProvider from 'ra-i18n-polyglot';
const messages = {
'lt': lithuanianMessages,
};
const i18nProvider = polyglotI18nProvider(locale => messages[locale]);
<Admin locale="lt" i18nProvider={i18nProvider}>
...
</Admin>
License
This translation is licensed under the MIT Licence.