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

Fix #498 - Romanian inflect is wrong for mega and giga values, add te… #499

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

Conversation

adrian-branescu
Copy link

…sts that replicated the issue and capture potential regressions, fix wrong tests

Fixes #498 by...

Changes proposed in this pull request:

Changed Romanian inflect() logic for mega and giga values in order to add de before plural when (value corresponding to that order of magnitude) % 100 >= 20 and nothing otherwise aka between 1 .. 19 inclusive.

Status

  • READY
  • HOLD
  • WIP (Work-In-Progress)

How to verify this change

Just run the tests and should all pass. Note that only those for Romanian language were touched.

…a values, add tests that replicated the issue and capture potential regressions, fix wrong tests
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.

Romanian inflect is wrong for mega and giga values
1 participant