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

[Thai Translation] Fix: Remove trans_choice (always show as 1 xxx, in… #227

Merged
merged 2 commits into from
Oct 21, 2016

Conversation

guhungry
Copy link
Contributor

@guhungry guhungry commented Oct 21, 2016

…stead of proper unit)

Date::setLocale('en');
$date = new Date('+1000 days');
dump(Date::now()->timespan($date));
English shows "2 years, 8 months, 3 weeks, 6 days"

Date::setLocale('th');
$date = new Date('+1000 days');
dump(Date::now()->timespan($date));
Thai shows "1 ปี, 1 เดือน, 1 สัปดาห์, 1 วัน"

@jenssegers jenssegers merged commit b842ccb into jenssegers:master Oct 21, 2016
@guhungry
Copy link
Contributor Author

guhungry commented Oct 22, 2016

@jenssegers Could you please release this version? I really need this library.

@jenssegers
Copy link
Owner

Will do :)

@jaideejung007
Copy link

Thanks @guhungry for your hard work!!!

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.

None yet

3 participants