-
Notifications
You must be signed in to change notification settings - Fork 658
[categories] Add internationalization and localization #942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# References * <https://en.wikipedia.org/wiki/Internationalization_and_localization> * <http://www.i18n.ca/publications/GILT.pdf> * <http://philip.pristine.net/glit/en/> # Example Crates ## Category: `internationalizaion` Almost all libraries that implement Unicode-related functionalities (<https://crates.io/search?q=unicode>), like: * `unicode-normalization` * `unicode-bidi` * `unicode-segmentation` * `unicode-width` * `unicode-script` * `unic`, which covers/will-be-covering all of the above. * `cldr` * `accept-language` * `language-tags` * `locate-locale` * `locale` * `precis` * `idna` * https://github.com/servo/rust-icu ## Category: `localization` There are fewer crates in this category, but still enough to start the category: * `gettext-rs` * `litelocale` * `crowbook-localize` * `locale` * `l20n`
LGTM! Thank you!!! bors: r+ |
942: [categories] Add internationalization and localization r=carols10cents Background: rust-lang/cargo#4368 # References * <https://en.wikipedia.org/wiki/Internationalization_and_localization> * <http://www.i18n.ca/publications/GILT.pdf> * <http://philip.pristine.net/glit/en/> # Example Crates ## Category: `internationalizaion` Almost all libraries that implement Unicode-related functionalities (<https://crates.io/search?q=unicode>), like: * `unicode-normalization` * `unicode-bidi` * `unicode-segmentation` * `unicode-width` * `unicode-script` * `unic`, which covers/will-be-covering all of the above. * `cldr` * `accept-language` * `language-tags` * `locate-locale` * `locale` * `precis` * `idna` * https://github.com/servo/rust-icu ## Category: `localization` There are fewer crates in this category, but still enough to start the category: * `gettext-rs` * `litelocale` * `crowbook-localize` * `locale` * `l20n`
@bors: ping |
Uh, right. There's no rush. I though it didn't get the notice because it was not @mentioned, then noticed |
ok NOW it's stuck :P |
bors: r+ |
bors ping |
🔒 Permission denied Existing reviewers: click here to make notriddle a reviewer |
bors ping |
pong |
bors r+ |
942: [categories] Add internationalization and localization r=carols10cents Background: rust-lang/cargo#4368 # References * <https://en.wikipedia.org/wiki/Internationalization_and_localization> * <http://www.i18n.ca/publications/GILT.pdf> * <http://philip.pristine.net/glit/en/> # Example Crates ## Category: `internationalizaion` Almost all libraries that implement Unicode-related functionalities (<https://crates.io/search?q=unicode>), like: * `unicode-normalization` * `unicode-bidi` * `unicode-segmentation` * `unicode-width` * `unicode-script` * `unic`, which covers/will-be-covering all of the above. * `cldr` * `accept-language` * `language-tags` * `locate-locale` * `locale` * `precis` * `idna` * https://github.com/servo/rust-icu ## Category: `localization` There are fewer crates in this category, but still enough to start the category: * `gettext-rs` * `litelocale` * `crowbook-localize` * `locale` * `l20n`
Build succeeded |
Background: rust-lang/cargo#4368
References
Example Crates
Category:
internationalizaion
Almost all libraries that implement Unicode-related functionalities (https://crates.io/search?q=unicode), like:
unicode-normalization
unicode-bidi
unicode-segmentation
unicode-width
unicode-script
unic
, which covers/will-be-covering all of the above.cldr
accept-language
language-tags
locate-locale
locale
precis
idna
Category:
localization
There are fewer crates in this category, but still enough to start the category:
gettext-rs
litelocale
crowbook-localize
locale
l20n