UNPKG

prodap-lore-locale

Version:

Package used to carry out the internationalization of Lore

11 lines (10 loc) 292 B
import { LocalesProps } from './types'; export declare class Locales { #private; [index: string]: unknown; constructor(props?: LocalesProps); private fecthTranslation; getCurrentLocale(): string; getLocales(): string[]; translate(scope: string | string[]): any; }