MCPcopy Create free account
hub / github.com/effector/withease / createI18nextIntegration

Function createI18nextIntegration

packages/i18next/src/integration.ts:42–301  ·  view source on GitHub ↗
({
  instance,
  setup,
  teardown,
}: {
  instance:
    | i18n
    | Store<i18n | null>
    | Effect<void, i18n, unknown>
    | (() => Promise<i18n>);
  setup: Event<void>;
  teardown?: Event<void>;
})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

async_init.test.tsFile · 0.90
reporting.test.tsFile · 0.90
t.test.tsFile · 0.90
language.test.tsFile · 0.90
is_ready.test.tsFile · 0.90
translated.test.tsFile · 0.90

Calls 2

translatedWithVariablesFunction · 0.85
translatedLiteralFunction · 0.85

Tested by

no test coverage detected