-
Notifications
You must be signed in to change notification settings - Fork 964
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
Refactor ToOrdinalWords to use existing NumberToWordsExtension #186
Conversation
@@ -9,6 +9,7 @@ | |||
- [#151](https://github.com/MehdiK/Humanizer/pull/151): Added Spanish ToWords Translations | |||
- [#172](https://github.com/MehdiK/Humanizer/pull/172): Added Polish translation for ToWords | |||
- [#184](https://github.com/Mehdik/Humanizer/pull/184): Fixed spelling error with forth/fourth in EnglishNumberToWordsConverter | |||
- [#186](https://github.com/Mehdik/Humanizer/pull/186): Refactored 'ToOrdinalWords` to use existing `NumberToWordsExtension` to prepare for Ordinal localization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've added your PR to v1.20.2. Please add it to In Development section.
Fixed! |
Refactor ToOrdinalWords to use existing NumberToWordsExtension
That was quick :) Thanks. |
The web UI is very useful for these situations. Now I can work on my Spanish ToOrdinalWords PR later today/tomorrow. |
Cool :) Looking forward to it. That would be the first localisation of ordinal words. |
Refactored
ToOrdinalWords
to use existingNumberToWordsExtension
instead of a separateNumberToOrdinalWordsExtension
extension.This change allows contributors to start localizing the Ordinal words.