0.1.0 • Published 6 years ago

aor-language-slovak v0.1.0

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

Slovak Translations for Admin-on-rest

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

Installation

npm install --save aor-language-slovak

Usage

import slovakMessages from 'aor-language-slovak';

const messages = {
    sk: slovakMessages,
};

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

License

This translation is licensed under the MIT Licence.