Open emansom opened 1 year ago
It'd be stellar if these would be translatable through PO files.
Does it necessarily need to be PO files or would something like .yml
files also work? A quick search for i18n solutions for Rust turned up https://crates.io/crates/rust-i18n.
Does it necessarily need to be PO files or would something like
.yml
files also work? A quick search for i18n solutions for Rust turned up https://crates.io/crates/rust-i18n.
Given it's more standardized, there's more tooling available. Making it easier for translators that are not developers to contribute.
kellpossible/cargo-i18n could be utilized for localization.
Currently
reboot-arch-btw
has fixed English strings throughout the source code. It'd be stellar if these would be translatable through PO files.