Skip to content

First release!

Latest
Compare
Choose a tag to compare
@stifskere stifskere released this 26 Apr 23:50
· 57 commits to main since this release
4de044d

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!