UNPKG

woltlab-compiler

Version:

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

10 lines (9 loc) 232 B
/** * Provides options for the `ILocalizationInstruction` interface. */ export interface ILocalizationInstructionOptions { /** * The path to save the translations to. */ TranslationDirectory?: string; }