Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 642 Bytes

Slovenian Translations for Admin-on-rest

Slovenian 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-slovenian

Usage

import slovenianMessages from 'aor-language-slovenian';

const messages = {
    'sl': slovenianMessages,
};

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

License

This translation is licensed under the MIT Licence, and sponsored by [Aris Kemper].