1.1.5 • Published 11 months ago

ra-language-bangla v1.1.5

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
11 months ago

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.

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago