UNPKG

@sodacore/i18n

Version:

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

9 lines 349 B
export default class I18nProvider { private config?; private i18nService; private defaultLanguage; t(query: string, languageCode: string): string; translate(query: string, languageCode: string, fallback?: string): string; getAvailableTranslation(acceptedLanguages: string): string | null; } //# sourceMappingURL=i18n.d.ts.map