UNPKG

woltlab-compiler

Version:

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

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