cargo-i18n icon indicating copy to clipboard operation
cargo-i18n copied to clipboard

Replace locale_config

Open bGVia3VjaGVu opened this issue 1 year ago • 3 comments

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

bGVia3VjaGVu avatar Sep 11 '24 17:09 bGVia3VjaGVu

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.

kellpossible avatar Sep 13 '24 23:09 kellpossible

I've made a hard fork https://github.com/eirtools/locale_config with various fixes

eirnym avatar Oct 21 '24 11:10 eirnym

@eirnym thanks for letting us know!

kellpossible avatar Oct 29 '24 06:10 kellpossible

Implemented in #154

kellpossible avatar Jul 09 '25 02:07 kellpossible