kellpossible / cargo-i18n

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

Replace locale_config #130

Open leb-kuchen opened 3 weeks ago

leb-kuchen commented 3 weeks ago

I think locale_config is abandoned . It uses the regex crate with all default features enabled for parsing locale. So there won't be any features for reducing compile times and binary sizes. https://github.com/rust-locale/locale_config/pull/13 https://github.com/rust-locale/locale_config/pull/8

kellpossible commented 2 weeks ago

There's a potential to replace it with sys-locale as per https://github.com/kellpossible/cargo-i18n/issues/63#issuecomment-2340093419 I'm open to any contributions to do so.