UNPKG

@opra/common

Version:
7 lines (6 loc) 182 B
import { I18n } from './i18n.js'; export * from './i18n.js'; export * from './translate.js'; const i18n = I18n.createInstance(); i18n.init().catch(() => undefined); export { i18n };