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::CSVRecord;
pub use strings::Format as StringsFormat;
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.
xcstrings

Enums§

FormatType
Represents all supported localization file formats for generic handling.