kellpossible / cargo-i18n

A Rust Cargo sub-command and libraries to extract and build localization resources to embed in your application/library
MIT License
120 stars 24 forks source link

Autoreload and multi-source language loading #117

Closed kellpossible closed 1 month ago

kellpossible commented 5 months ago

Partially addresses #83 and provides support for autoreloading of languages on the file system and when using rust-embed in debug builds. Also provides support for overriding translations using multiple sources, useful for software that will be customized by the end user (such as avalanche-report) , or perhaps for an eventual implementation of in-place translation editing for #83

TODO: