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

improve strategy to handle prefix-ordinal #73

Merged
merged 1 commit into from
Jan 21, 2016

Conversation

isnani
Copy link
Contributor

@isnani isnani commented Jan 19, 2016

I closed PR #71 since there were unnecessary commits and I couldn't simply rebase it.

/**
* @param int|float $number
*
* @return string
*/
public function ordinalSuffix($number);
public function ordinalIndicator($number);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was wrong with suffix?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some languages has ordinal as prefix, e.g Indonesian, Malay, Chinese, ...
Ex:
"1st" in English = "ke-1" in Indonesian

norberttech pushed a commit that referenced this pull request Jan 21, 2016
improve strategy to handle prefix-ordinal
@norberttech norberttech merged commit 6ec963f into coduo:master Jan 21, 2016
@norberttech
Copy link
Member

@isnani thanks and sorry that I make u wait so long for that merge 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants