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 several issues with num2words in Arabic #512

Merged
merged 17 commits into from
Apr 11, 2023
Merged

Fix several issues with num2words in Arabic #512

merged 17 commits into from
Apr 11, 2023

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    afac78a View commit details
    Browse the repository at this point in the history
  2. fix extra space. Resolves #393

    Jeronymous committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    302052e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030a76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0516c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f55f7c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f233c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    8002ed4 View commit details
    Browse the repository at this point in the history
  2. add big numbers until Quintinillion

    add a test function for a big numbers
    hedhoud committed Mar 30, 2023
    3 Configuration menu
    Copy the full SHA
    45a8d50 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. solve ar:

    -chahnge the max number to 10 ** 51 -1
    -solve the et in 262 and others
    -add some tests
    hedhoud committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    283d3ca View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. solving ar issues:

     - change maxval to  10 ** 51.
     - add comments to abs & to_str functions.
     - change a list of integer_value by a pow condition
    hedhoud committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4863fb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. solve the one problem

    hedhoud committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    667723a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff9385f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. format code

    Jeronymous committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b9c6c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488eeea View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. split too long line

    Jeronymous committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    66ff495 View commit details
    Browse the repository at this point in the history
  2. improve code test coverage

    Jeronymous committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    37dc16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7d607 View commit details
    Browse the repository at this point in the history