UNPKG

@manuth/woltlab-compiler

Version:

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

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