UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

7 lines (6 loc) 105 B
/** * Represents a localization. */ export interface ILocalization { [language: string]: string; }