loon
A very simple localization/internationalization library, inspired by ruby-i18n.
Provides a (configurable) global translate/t function for convenience, as well
as a Dictionary builder/container if you prefer to manage state directly.
Usage:
Global function:
Features
Translation files can be:
- JSON
- YAML (enabled by default, disable with
default-features = false), or - TOML (enable with
features = ["toml"]).
Current version: 0.3.4
License: MIT