Skip to content

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

License

Notifications You must be signed in to change notification settings

ptodorov0/ra-language-bulgarian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published