MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / initializeI18n

Function initializeI18n

src/i18n/index.ts:8–10  ·  view source on GitHub ↗
(language: string)

Source from the content-addressed store, hash-verified

6 * @param language The language code to use
7 */
8export function initializeI18n(language: string): void {
9 i18next.changeLanguage(language)
10}
11
12/**
13 * Get the current language

Callers 1

activateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected