UNPKG

angular-t9n

Version:

A translation tool for Angular i18n

9 lines (8 loc) 208 B
export interface Schema { /** Name of the project to target. */ project: string; translationFile: string; targetTranslationPath: string; includeContextInTarget: boolean; packageScript: boolean; }