After a month of development, for what seemed a simple library at first, we are proud to announce the first translatable version 1.0.0
.
Translatable is a library that allows projects to have a translation system relying on TOML
for simpler translation management. You can manage your translations however you want, place them wherever you want.
There are only 2 rules to translation files
- Nested objects can only contain other objects or other strings, but not both.
- Translation strings must contain all the braces closed unless escaped.
Usage manual is in the read me and documentation is on docs.rs.
The crate is available for download at crates.io.
Have fun!