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

[ES] Added missing accents ("dieciséis", "dólar", "dólares", "veintiún"), improved currency gender handling, fixed pound cent names #443

Merged
merged 12 commits into from
Aug 3, 2022

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    19a697b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd1b02 View commit details
    Browse the repository at this point in the history
  3. Orthography fixes: added missing accent (nuevos dolares->nuevos dólar…

    …es); fixed accents in test_es.py (dieciséis, dólar, dólares, veintiún)
    gonsalet committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0d9df76 View commit details
    Browse the repository at this point in the history
  4. flake8 fix: fixed comment style

    Fixed:
    ./num2words/lang_ES.py:366:56: E261 at least two spaces before inline comment
    ./num2words/lang_ES.py:366:80: E501 line too long (100 > 79 characters)
    gonsalet committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    334754f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8230b3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfb3b17 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Fixed accent in examples ("centimos"->"céntimos")

    Fixed accent in Spanish examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
    gonsalet committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    29db653 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Fixed accent in Spanish command line examples

    Fixed accent in Spanish command line examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
    gonsalet committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bbd8ca2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. lang_ES: improved currency gender handling, improved error messages; …

    …test_es: updated accordingly
    gonsalet committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    bf154bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5778a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10b2b4c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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