0.2.0 • Published 4 years ago

ra-language-lithuanian v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Lithuanian Messages for React-Admin

npm ra-language-lithuanian npm downloads npm bundle size

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.

0.2.0

4 years ago

0.1.0

4 years ago