1.0.0 • Published 7 years ago

aor-language-polish v1.0.0

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

Polish Translations for Admin-on-rest

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

admin-on-rest demo

Installation

npm install --save aor-language-polish

Usage

import polishMessages from 'aor-language-polish';

const messages = {
    'pl': polishMessages,
};

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

License

This translation is licensed under the MIT Licence.