Swiss-German translations for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services.
npm install --save https://github.com/sidescraper/ra-language-swiss-germanimport 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>This translation is licensed under the MIT Licence.