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: Serbian locale grammar (sr, sr-cyrl) #1108

Merged
merged 4 commits into from
Oct 13, 2020

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    f69950a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Update foramts and fix grammar and logic

    This is the same update of formats that has been done about a month ago
    on Moment.js.
    
    Regarding the grammar, there was no logic for different grammar cases
    for the nouns. This is added by adding very precise logic for
    determining grammar cases by the `number`, `isFuture` and
    `withoutPreffix` parameters. The same update has been submitted to
    Moment.js.
    dusansimic committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8ff37a4 View commit details
    Browse the repository at this point in the history
  2. Add tests

    This adds tests for relative times in Serbian and with suffix time.
    dusansimic committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    c9c068a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    3efee29 View commit details
    Browse the repository at this point in the history