Crate intl_strings
source ·Expand description
Internationalization and localization tools for Fuchsia
This crate contains a library which generates message IDs from the Android-formatted strings.xml resource file, as a set of FIDL constants. Complete support is not a specific goal, rather the generator will be amended to include more features as more features are needed.
Modules
Building the JSON data model from parsed dictionaries.
The XML parser that turns
strings.xml
into a Dictionary.