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

Fixing plural of years and days in Hebrew #1042

Merged
merged 4 commits into from
Sep 21, 2021
Merged

Commits on Sep 15, 2021

  1. Adding tests for larger than 10 years

    In some languages (Hebrew and Arabic, for example) the plural of years or days are different than the ones until ten
    guyernest authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    670f7d9 View commit details
    Browse the repository at this point in the history
  2. More Accurate way to write plural of years and days

    A more correct way to write plural of years and days for number larger than 10 (similar to Arabic above)
    guyernest authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d8da465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    984b2b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. running tox -e lint

    guyernest committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    70a0310 View commit details
    Browse the repository at this point in the history