ra-language-indonesian-new

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

Usage no npm install needed!

<script type="module">
  import raLanguageIndonesianNew from 'https://cdn.skypack.dev/ra-language-indonesian-new';
</script>

README

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