arewewebyet icon indicating copy to clipboard operation
arewewebyet copied to clipboard

i18n crates

Open kellpossible opened this issue 4 years ago • 0 comments

Some i18n crates I've been working on, and are now used in some other projects and perhaps can be included in the list on the website:

  • https://crates.io/crates/cargo-i18n Cargo sub-command to extract and build localization resources to embed in your application/library
  • https://crates.io/crates/i18n-embed Traits and macros to conveniently embed localization assets into your application binary or library in order to localize it at runtime. Works in unison with cargo-i18n.
  • https://crates.io/crates/i18n-embed-fl The i18n-embed-fl crate provides a macro to perform compile time checks when using the i18n-embed crate and the fluent localization system.

Once https://github.com/kellpossible/cargo-i18n/pull/62 gets merged it should be more convenient to use this for website purposes.

kellpossible avatar Jun 06 '21 06:06 kellpossible