Table of Contents

Class RemoveFromXlfWhichHaveEmptyTargetOrSourceArgs

Namespace
SunamoDevCode.Args
Assembly
SunamoDevCode.dll

EN: Arguments for removing empty target or source entries from XLF files CZ: Argumenty pro odstranění prázdných target nebo source záznamů z XLF souborů

public class RemoveFromXlfWhichHaveEmptyTargetOrSourceArgs
Inheritance
RemoveFromXlfWhichHaveEmptyTargetOrSourceArgs
Inherited Members
Extension Methods

Properties

Default

EN: Default instance with default settings CZ: Výchozí instance s výchozím nastavením

public static RemoveFromXlfWhichHaveEmptyTargetOrSourceArgs Default { get; set; }

Property Value

RemoveFromXlfWhichHaveEmptyTargetOrSourceArgs

RemoveWholeTransUnit

EN: Whether to remove the entire trans-unit element when target or source is empty CZ: Zda odstranit celý trans-unit element když je target nebo source prázdný

public bool RemoveWholeTransUnit { get; set; }

Property Value

bool

Save

EN: Whether to save the file after modifications CZ: Zda uložit soubor po úpravách

public bool Save { get; set; }

Property Value

bool