Skip to content

Bangla translations 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

nokibsarkar/ra-language-bangla

Repository files navigation

All Keys are translated to Bangla Publish to npm

Bangla Translations for React-Admin

Bangla translations for React-Admin, the frontend framework for building admin applications on top of REST/GraphQL services.

react-admin-demo

Installation

npm install --save ra-language-bangla

Usage

import BanglaMessages from 'ra-language-bangla';

const messages = {
    'bn': BanglaMessages,
};

const i18nProvider = locale => messages[locale];

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

License

This translation is licensed under the BSD 2 Clause.

About

Bangla translations for React-Admin, the frontend framework for building admin applications on top of REST/GraphQL services.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published