1.0.1 • Published 5 years ago

ra-language-bulgarian v1.0.1

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

Bulgarian Messages for React-Admin

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

Installation

npm install --save ra-language-bulgarian

Usage

import bulgarianMessages from 'ra-language-bulgarian';

const messages = {
    'bg': bulgarianMessages,
};
const i18nProvider = locale => messages[locale];

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

License

This translation is licensed under the MIT License.