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

Add PluralRules::categories() function #789

Merged
merged 7 commits into from
Jun 14, 2021

Commits on Jun 11, 2021

  1. Add PluralRules::categories() function.

    The categories() function returns an iterator over each
    PluralCategory supported by a PluralRules object that
    has been created with a given LanguageIdentifier and
    PluralRuleType.
    
    The categories are returned in alphabetical order.
    This is what is expected by browsers, and the same order
    that ICU4C returns.
    nordzilla committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b0da843 View commit details
    Browse the repository at this point in the history
  2. Satisfy clippy

    nordzilla committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4186d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d949634 View commit details
    Browse the repository at this point in the history
  4. Small code cleanup

    nordzilla committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9e53e62 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    a4199d5 View commit details
    Browse the repository at this point in the history
  2. Update categorie() example

    nordzilla committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c1a0623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113cae0 View commit details
    Browse the repository at this point in the history