Skip to content

[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

Merged
merged 1 commit into from
Aug 10, 2017

Conversation

behnam
Copy link
Contributor

@behnam behnam commented Aug 7, 2017

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

# 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`
@carols10cents
Copy link
Member

LGTM! Thank you!!!

bors: r+

bors-voyager bot added a commit that referenced this pull request Aug 9, 2017
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`
@behnam
Copy link
Contributor Author

behnam commented Aug 9, 2017

@bors: ping

@carols10cents
Copy link
Member

@behnam: we're trying out bors-ng in this repo, so @bors isn't going to do anything here, just gotta be patient :)

@behnam
Copy link
Contributor Author

behnam commented Aug 9, 2017

we're trying out bors-ng in this repo, so @bors isn't going to do anything here, just gotta be patient :)

Uh, right. There's no rush. I though it didn't get the notice because it was not @mentioned, then noticed bors-voyager is in work. Thanks anyways. :)

@carols10cents
Copy link
Member

ok NOW it's stuck :P

@carols10cents
Copy link
Member

bors: r+

@notriddle
Copy link
Contributor

bors ping

@bors-voyager
Copy link
Contributor

bors-voyager bot commented Aug 10, 2017

🔒 Permission denied

Existing reviewers: click here to make notriddle a reviewer

@carols10cents
Copy link
Member

bors ping

@bors-voyager
Copy link
Contributor

bors-voyager bot commented Aug 10, 2017

pong

@carols10cents
Copy link
Member

bors r+

bors-voyager bot added a commit that referenced this pull request Aug 10, 2017
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-voyager
Copy link
Contributor

bors-voyager bot commented Aug 10, 2017

Build succeeded

@bors-voyager bors-voyager bot merged commit 0517448 into rust-lang:master Aug 10, 2017
@behnam behnam deleted the patch-1 branch August 10, 2017 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants