Skip to content

Unofficial Indonesian messages new 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

danangekal/ra-language-indonesian-new

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indonesian Messages New for React-Admin

npm npm npm npm

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

Noted: this package for alternative ra-language-indonesian from ronadi

react-admin-demo

Installation

npm install --save ra-language-indonesian-new or yarn add ra-language-indonesian-new

Usage

import indonesianMessages from "ra-language-indonesian-new"
import polyglotI18nProvider from "ra-i18n-polyglot"

const messages = {
  id: indonesianMessages,
}

const i18nProvider = polyglotI18nProvider((locale) => messages[locale])

<Admin i18nProvider={i18nProvider}>
  ...
</Admin>

License

This translation is licensed under the MIT License

About

Unofficial Indonesian messages new 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

Languages

  • TypeScript 100.0%