Skip to content
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

ICU upluralrules #130

Merged
merged 6 commits into from
Jun 18, 2020
Merged

ICU upluralrules #130

merged 6 commits into from
Jun 18, 2020

Commits on Jun 16, 2020

  1. Add plural rules formatting to bindings.

    This makes the plural rule types and functions, like  `uplrules_open`
    or `UPluralType` available for use.
    
    Since these changes are as a rule large but mechanical, let's offload
    them to this separate commit.
    
    Issue google#127
    filmil committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a1f66ec View commit details
    Browse the repository at this point in the history
  2. Adds the 0.3.0 entry for the compatibility matrix

    This should have been done when 0.3.0 was released.  It would be
    nice to automate the process completely.
    
    Issue google#127
    filmil committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ea7d140 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Adds the support for locale-sensitive plural rules

    Plural rules determines what gets printed when one needs to format "1 file"
    or "10 files" for human consumption.  Each language may have very own rules
    about what number is considered singular, what is considered plural.
    
    Languages have different rules about the numbers subject to the rule, and
    even about the number of plurals that are used.
    
    Closes google#127
    filmil committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0ed88c6 View commit details
    Browse the repository at this point in the history
  2. Uprevs all crates to v0.3.1

    v0.3.1 will not be released for some time.
    
    See issue google#127
    filmil committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c56a52d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f70e789 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Fixes up the documentation for Enumeration::from_raw_parts

    Hides the docs by default, since we don't want the
    unsafe function to be widely used.
    
    Fixes a typo in the doc formulation.
    filmil committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    cd7f999 View commit details
    Browse the repository at this point in the history