Crates.io | include-po |
lib.rs | include-po |
version | 0.1.0 |
source | src |
created_at | 2024-08-14 22:35:36.655184 |
updated_at | 2024-08-14 22:35:36.655184 |
description | Convert message catalogs (PO files) into Rust modules |
homepage | |
repository | https://github.com/rodrigorc/include-po |
max_upload_size | |
id | 1338072 |
size | 31,073 |
Crate to include gettext message catalogs (PO files) directly into your Rust programs, as compilable Rust modules.
To be used together with the tr
crate.
If you want to use a different translation engine, just open an issue or a pull request and I'll do my best.
Read the docs for details.