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 towords converter #183

Closed
wants to merge 8 commits into from
Closed

Fix towords converter #183

wants to merge 8 commits into from

Commits on Apr 11, 2014

  1. Changed the NumberToWords Converter to find the right converter by th…

    …e language Name aswell.
    
    This is needed for languages that can be ambiguous in Two Letter ISO Code (pt-BR, pt-PT both have 'pt' Two Letter ISO code).
    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    d303747 View commit details
    Browse the repository at this point in the history
  2. release notes for Pull Request #174

    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    b1a8cc5 View commit details
    Browse the repository at this point in the history
  3. Updated the test to show the Converter did not get the default Number…

    …ToWordsConverter
    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    7cc50cc View commit details
    Browse the repository at this point in the history
  4. Changed the NumberToWords Converter to find the right converter by th…

    …e language Name aswell.
    
    This is needed for languages that can be ambiguous in Two Letter ISO Code (pt-BR, pt-PT both have 'pt' Two Letter ISO code).
    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    319879c View commit details
    Browse the repository at this point in the history
  5. release notes for Pull Request #174

    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    5308db1 View commit details
    Browse the repository at this point in the history
  6. Updated the test to show the Converter did not get the default Number…

    …ToWordsConverter
    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    e1f70e4 View commit details
    Browse the repository at this point in the history
  7. Added an extra test to show it can correctly resolve pt-BR and pt-PT …

    …factories.
    
    Better NumerToWordsFactoryTests formatting.
    akamud authored and MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    0b5cf7d View commit details
    Browse the repository at this point in the history
  8. some tidyup

    MehdiK committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    0b006e4 View commit details
    Browse the repository at this point in the history