Skip to content

nokibsarkar/ra-language-bangla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors