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

WIP - Number to words localisation improvements #149

Merged
merged 7 commits into from
Apr 10, 2014

Commits on Apr 9, 2014

  1. Introduce new localisable abstraction - INumberToWordsConverter

    Move English, Arabic and Farsi converters to a separate strategies.
    hazzik committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    423622e View commit details
    Browse the repository at this point in the history
  2. EnglishNumberToWordsConverter - promote units and tens maps to a stat…

    …ic fields to reduce allocations.
    hazzik committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    60f4e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f418fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591e129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ead7b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b09e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Introduce DefaultNumberToWordsConverter which just returns string rep…

    …resentation of a number
    hazzik committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    6e60aa3 View commit details
    Browse the repository at this point in the history