Expand description
Localization text scraping.
Structsยง
- Command
Macro ๐Args - Command
Macro ๐Entry - Command
Meta ๐Entry - Fluent
Entry - Represents one call to
l10n!or similar macro in a Rust code file. - Fluent
Note - Represents a standalone note, declared using
// l10n-{file}-### {note}orl10n-### {note}. - Fluent
Template - Represents all calls to
l10n!or similar macro scraped from selected Rust code files. - L10n
Macro ๐Args
Functionsยง
- parse_
validate_ ๐id - scrape_
file ๐ - scrape_
files ๐ - scrape_
fluent_ text - Scrapes all use of the
l10n!macro in Rust files selected by a glob pattern.