Namespace Tlumach.Writers
Classes
- ArbWriter
A writer for the ARB (Application Resource Bundle) format.
- BaseWriter
The basic writer class for specialized format writers. It defines the basic methods that should be implemented by all writers.
- CsvWriter
A writer for the CSV (comma-separated values) format.
- IniWriter
A writer for the simple INI format.
- JsonWriter
A writer for the basic Json format.
- ResxWriter
A writer for the .NET .resx XML format.
- StringCatWriter
A writer for Apple String Catalog files (.xcstrings). A single output file contains translations for all supplied locales.
- TomlWriter
A writer for the TOML format.
- TsvWriter
A writer for the TSV (tab-separated values) format.
- XliffWriter
A writer for XLIFF 2.2 (eXtensible Localization Interchange File Format). XLIFF is a bitext format that combines source and target translations in a single file.