Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 522 Bytes

Norwegian Messages for React-Admin

Norwegian messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

Installation

npm install --save ra-language-norwegian

Usage

import norwegianMessages from 'ra-language-norwegian';

const messages = {
    'no': norwegianMessages,
};

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

License

This translation is licensed under the MIT License.