1.1.5 • Published 2 years ago

ra-language-bangla v1.1.5

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years 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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago