Select Git revision
-
Reiter, Christoph authored
We want this bundle to work with all kind of OIDC servers in the future. Fixes #2
Reiter, Christoph authoredWe want this bundle to work with all kind of OIDC servers in the future. Fixes #2
i18n.js 211 B
import {createInstance} from 'dbp-common/i18next.js';
import de from './i18n/de/translation.json';
import en from './i18n/en/translation.json';
export const i18n = createInstance({en: en, de: de}, 'de', 'en');