UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

15 lines (14 loc) 322 B
import { ILocalization } from "./ILocalization"; /** * Represents a localization. */ export declare class Localization { /** * Strings translated to the specified `locale`. */ Data: ILocalization; /** * Gets the locales of the translations. */ GetLocales(): string[]; }