import { bundle } from "../i18n"; export const { i18n, load, define } = bundle({ foo: "foo", bar: "bar" }, { ru: () => import("./ru/nls-test") });