@shelchin/svelte-i18n
Version:
The last Svelte i18n library you'll ever need. Type-safe, AI-powered, zero-config.
13 lines (12 loc) • 565 B
TypeScript
/**
* Library i18n configuration
* Auto-generated by @shelchin/svelte-i18n CLI
*
* This file handles translation imports and i18n setup
* Using unified API with type safety for translation keys
*/
import type { I18nInstance } from '../core/types.js';
import type { LibI18nPath } from '../types/lib-i18n-generated.js';
export declare const libI18n: import("../unified.js").TypedI18nInstance<LibI18nPath>;
export declare function getEffectiveLibI18n(): I18nInstance;
export declare function getLibI18n(): import("../unified.js").TypedI18nInstance<LibI18nPath>;