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

Ignore plural cases of units for now #2

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

movermeyer
Copy link
Owner

@movermeyer movermeyer commented Aug 27, 2021

What are you trying to accomplish?

Ref: ruby-i18n#67

This PR added information about cases for pluralization of units.
This code was not ready for that, and started returning whichever happened to be that last case in the section.

What approach did you choose and why?

For now, we'll just return the case-less version as we always did.

What should reviewers focus on?

...

The impact of these changes

We now return the same values for these strings that we did in version v37

Testing

bundle exec thor cldr:download
bundle exec ruby test/export/data/units_test.rb
bundle exec thor cldr:export

Checklist

  • This PR is safe to roll back.

[This PR](unicode-org/cldr#474) added information about cases for pluralization of units.
This code was not ready for that, and started returning whichever happened to be that last case in the section.

For now, we'll just return the case-less version as we always did.
@movermeyer movermeyer merged commit a1b2652 into mo.support_modern_cldr Aug 30, 2021
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