1.0.0 • Published 7 years ago

aor-language-hebrew v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

AOR Language Hebrew

Hebrew translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.

Installation

NPM

npm install --save aor-language-hebrew

YARN

yarn add aor-language-hebrew

Usage

// interface translations
import { englishMessages } from 'admin-on-rest';
import hebrewMessages from 'aor-language-hebrew';

// domain translations
import * as domainMessages from './i18n';

const messages = {
    he: { ...hebrewMessages, ...domainMessages.he },
    en: { ...englishMessages, ...domainMessages.en },
};

<Admin locale="he" messages={messages}>
  ...
</Admin>

License

This translation is licensed under the MIT Licence.