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

Add support for checking the validity of message formatting #23

Closed kellpossible closed 1 month ago

kellpossible commented 4 years ago

This way cargo-i18n can also function a bit like a linter/compiler, checking the validity message formatting before the application even runs.

kellpossible commented 2 years ago

Related to #31

kellpossible commented 1 month ago

duplicate