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

Add initial version of Latin locale #966

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    12a2f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ecfece View commit details
    Browse the repository at this point in the history
  3. Fix some issues and add some tests

    - fix outputing month names in nominative and genitive cases;
    - add full stop (`.`) after `monthsShort` values;
    - move `isNaN()` test at the beginning of `romanise()` function;
    - revert romanising years as it does not work ATM;
    - add tests of:
       - names of months in nominative and genitive;
       - relatime time (based on `cs.test.js`).
    tukusejssirs committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    3c98c0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf85d6a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

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

Commits on Oct 5, 2020

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

Commits on Oct 19, 2020

  1. Fix some issues raised by @igneus

    - remove `ᵒ` from ordinal numbers;
    - use lowercase first letter in `dominica` and `sabbato`.
    tukusejssirs committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    40d4d4e View commit details
    Browse the repository at this point in the history