Expand description
FTL file operations shared across CLI commands.
This module consolidates common FTL parsing and extraction logic used by the format, check, and sync commands.
Structs§
- Locale
Context - Context for locale-based FTL file operations.
Functions§
- extract_
message_ keys - Extract message keys from a resource.
- extract_
variables_ from_ message - Extract variables from a message.
- extract_
variables_ from_ pattern - Extract variables from a pattern.
- parse_
ftl_ file - Parse an FTL file and return the resource.