# Slovak Translations for Admin-on-rest

Slovak translations for [react-admin](https://github.com/marmelab/admin-on-rest/tree/next), the frontend framework for building admin applications on top of REST/GraphQL services.

## Installation

```sh
npm install --save ra-language-slovak
```

## Usage

```js
import slovakMessages from 'ra-language-slovak';

const messages = {
    'sk': slovakMessages,
};

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

## License

This translation is licensed under the [MIT Licence](LICENSE).