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

Split fluent and gettext systems in `i18n-embed` out into sub-crates #103

Open kellpossible opened 1 year ago

kellpossible commented 1 year ago

The systems in i18n-embed are never going to be used together in a project, so it makes sense to put them in sub-crates.

kellpossible commented 1 year ago

It would also be kind of strange to have other systems appear in your autocompletion some libraries may use another system.