Skip to content

sidescraper/ra-language-swiss-german

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ra-language-swiss-german

Swiss-German translations for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.

Installation

npm install --save https://github.com/sidescraper/ra-language-swiss-german

Usage

import polyglotI18nProvider from 'ra-i18n-polyglot';
import en from 'ra-language-english';
import ch from 'ra-language-swiss-german';

const translations = { en, ch };
export const i18nProvider = polyglotI18nProvider(locale => translations[locale], 'ch');

<Admin
  i18nProvider={i18nProvider}
>
  ...
</Admin>

License

This translation is licensed under the MIT Licence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published