UNPKG

@sodacore/i18n

Version:

Sodacore i18n is a plugin that offers internationalisation and localisation support for the Sodacore framework.

11 lines 238 B
export type IConfig = { defaultLang?: string; translationsPath?: string; }; export type ITranslation = { _lang: string; _code: string; _country: string; [key: string]: string; }; //# sourceMappingURL=types.d.ts.map