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

No way for me to manage my pot #91

Closed ctrlcctrlv closed 1 year ago

ctrlcctrlv commented 1 year ago

I don't want to use xtr. I prefer using normal xgettext command and extracting all strings from one designated file where I've put them and used stringify!(...) for non-translated strings.

Will patch this too I guess.

ctrlcctrlv commented 1 year ago

Ah, changed my mind. (Also there's xtr option.) But this isn't even a good idea, lol.