kalgan-i18n
A translation tool that retrieves the messages stored in yaml files used by Kalgan Framework.
Examples
This is the yaml file to be used in the following tests:
## tests/en/messages.yaml
hello:
world: Hello World!
somebody: Hello {user}!
use Messages;
let messages: Messages = new;
assert_eq!;
let mut parameters = new;
parameters.insert;
assert_eq!;
Documentation
For further information please visit:
License
This crate is licensed under either of the following licenses: