Select Git revision
-
Reiter, Christoph authored
vpu-auth listens to login/logout events which the button emits and the button shows data from the auth-update event.
Reiter, Christoph authoredvpu-auth listens to login/logout events which the button emits and the button shows data from the auth-update event.
i18n.js 202 B
import {createInstance} from './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');