Results 141 issues of Luke Frisken

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...

Just wondering if you'd consider adding support for HEIF?

It would be cool for this library to somehow support (behind a toggle feature) colored output using `web-sys`'s [console::log()](https://rustwasm.github.io/wasm-bindgen/api/web_sys/console/fn.log.html) function's ability to output coloured/styled text. `log("%c text that is red...

Consider making this optional? Consider this situation more carefully.

bug

Different localization systems may have different representations for locale/language ids. Such as https://github.com/unicode-org/icu4x/tree/main/components/locid

enhancement

Provide a localization method that accepts strings coming from a dictionary via a `serde`, [nanoserde](https://github.com/not-fl3/nanoserde), [miniserde](https://github.com/dtolnay/miniserde), [microserde](https://github.com/cloudhead/microserde) format such as `json`, `yaml`, `toml`, `ron`, etc. Or perhaps also some binary...

enhancement

It would be nice to have some kind of localization change tracking tool/library for fluent that can indicate when messages are out of date. Related to #31 Related to #83

enhancement

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

enhancement

Ideas for validations: - [ ] Check that all languages are able to be loaded - [ ] Check for duplicate keys - [ ] Check that args match across...

enhancement
help wanted

It would be nice to be able to have support compile time localization for things like resource constrained video games, or embedded devices. The user will provide the language as...

enhancement