10 lines
355 B
TypeScript
10 lines
355 B
TypeScript
|
export declare class LocaleBuilder {
|
||
|
_locales: any;
|
||
|
constructor();
|
||
|
addLocaleString(locale: string, key: string, value: string): void;
|
||
|
getLocaleFileResources(locale: string): object;
|
||
|
getLocales(): Array<string>;
|
||
|
private getLocaleFile;
|
||
|
static fixLocaleCasing(locale: string): string;
|
||
|
}
|
||
|
//# sourceMappingURL=localeBuilder.d.ts.map
|