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

Only require 'other' plural subkey for locales where pluralization rules are undefined #707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 26, 2024

  1. Only require 'other' plural subkey for locales where pluralization ru…

    …les are undefined
    
    Previously, the 'one' and 'other' subkeys were both required, with the 'zero' subkey being optionally used. This failed for some languages that do not have a 'one' form. All languages have an 'other' form, so make that the only subkey that's required, and turn 'one' into an optional subkey just like 'zero'.
    
    Fixes ruby-i18n#706
    JasonBarnabe committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    cd5fa52 View commit details
    Browse the repository at this point in the history