hephae-locale 0.7.2

Hephae's localization module.
Documentation
1
2
3
4
5
6
# `hephae-locale`


Hephae's localization module, integrated as assets. `LocaleCollection` maps locale codes (e.g. `en-US`, `id-ID`) to their
respective `Locale` assets, which store locale keys to their (potentially formatted) localized strings.

See `examples/text.rs` for an example joint usage of localization, text, and rendering support.