Expand description
Localization text scraping.
Structs§
- 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.
Functions§
- Scrapes all use of the
l10n!
macro in Rust files selected by a glob pattern.