Hebrew translations for admin-on-rest, the frontend framework for building admin applications on top of REST services.
npm install --save aor-language-hebrew
yarn add aor-language-hebrew
// 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>
This translation is licensed under the MIT Licence.