Results 141 issues of Luke Frisken

The https://github.com/baptiste0928/rosetta project brings some interesting ideas, it generates code using the `build.rs` script that can be used to reference localizations using native Rust types which also integrates well with...

enhancement

+ It would be very nice to have a library that can interface with this system and provide translation editing capabilities in the form of a web interface which can...

enhancement

Use https://docs.rs/clap_generate/3.0.0-beta.4/clap_generate/ to allow command line completion scripts to be generated for people who may want them.

enhancement
good first issue

Move the available configuration options in https://github.com/kellpossible/cargo-i18n#configuration to a separate toml file, and add a deserialization test for it to ensure that it doesn't get out of date.

good first issue
refactor

Provide support for https://github.com/google/rust_icu More research is needed to see specifically what can be supported and how.

enhancement

Waiting for https://github.com/hecrj/iced/issues/33 to be resolved

https://github.com/unicode-org/icu4x/wiki/ICU4X-Project-Announcement

enhancement

specifically, those that get edited by hand, by developers, like with fluent. It would be nice to have an option at least to re-order the messages to be in alphabetical...

enhancement

When the user changes their browser language preferences, web-sys-requester should probably detect this and automatically update the selected languages without requiring a page refresh

enhancement