ra-language-slovak
Version:
Slovak messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services
27 lines (18 loc) • 537 B
Markdown
# 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).