Yamlization (y10n) is a simple translations management library in Rust.
Go to file
R Tyler Croy 8eef1b1f1d
Implement the basics of the Y10n structure and the merging of values
2021-07-05 08:56:08 -07:00
l10n Implement the basics of the Y10n structure and the merging of values 2021-07-05 08:56:08 -07:00
src Implement the basics of the Y10n structure and the merging of values 2021-07-05 08:56:08 -07:00
.gitignore initial commit 2021-07-04 13:23:46 -07:00
Cargo.toml Bring in some of the code from another project 2021-07-04 13:36:20 -07:00
LICENSE.txt Bring in some of the code from another project 2021-07-04 13:36:20 -07:00
README.adoc Bring in some of the code from another project 2021-07-04 13:36:20 -07:00

README.adoc

<html lang="en"> <head> </head>

Yamlization

Yamlization (y10n) is a simple Rust-based localization (l10n) library. Strings can be defined in .yml files which are then merged together.

</html>