Module formats

Module formats 

Source
Expand description

All supported localization file formats for langcodec.

This module re-exports the main types for each format and provides the FormatType enum for generic format handling across the crate.

Re-exports§

pub use android_strings::Format as AndroidStringsFormat;
pub use csv::Format as CSVFormat;
pub use csv::MultiLanguageCSVRecord;
pub use strings::Format as StringsFormat;
pub use tsv::Format as TSVFormat;
pub use tsv::MultiLanguageTSVRecord;
pub use xcstrings::Format as XcstringsFormat;

Modules§

android_strings
Support for Android strings.xml localization format.
csv
Support for CSV localization format.
strings
Support for Apple .strings localization format.
tsv
Support for TSV (Tab-Separated Values) localization format.
xcstrings

Enums§

FormatType
Represents all supported localization file formats for generic handling.