Function: initI18n()
initI18n(
resources):Promise<void>
Defined in: lib/settings/i18n.ts:14
Initializes the i18n instance with the provided resources.
Parameters
resources
Record<string, any>
The translation resources to initialize i18n with.
Returns
Promise<void>
A promise that resolves when i18n is initialized.