Expand description
Localization text scraping.
Structsยง
- Command
Macro ๐Args - Command
Macro ๐Entry - Command
Meta ๐Entry - Represents one call to
l10n!
or similar macro in a Rust code file. - Represents a standalone note, declared using
// l10n-{file}-### {note}
orl10n-### {note}
. - 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 ๐ - Scrapes all use of the
l10n!
macro in Rust files selected by a glob pattern.