1.0.2 • Published 7 years ago

aor-language-swedish v1.0.2

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

Swedish Translations for Admin-on-rest

Swedish 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-swedish

Usage

import swedishMessages from 'aor-language-swedish';

const messages = {
    'sv': swedishMessages,
};

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

License

This translation is licensed under the MIT Licence.