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 awkward Korean Translation #287

Closed
wants to merge 21 commits into from
Closed

Fix awkward Korean Translation #287

wants to merge 21 commits into from

Conversation

darron1217
Copy link
Contributor

It's really simple PR :)

Copy link
Contributor

@kylekatarnls kylekatarnls left a comment

Choose a reason for hiding this comment

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

'after' => ':time ',
'before' => ':time ',
'after' => ':time 이전',
'before' => ':time 이후',
Copy link
Contributor

Choose a reason for hiding this comment

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

@darron1217 after and before seems to be swapped.

This test can fail, because each time you can `Date:now()`, there is no guarantee the timestamp did not change meanwhile.
@kylekatarnls
Copy link
Contributor

The Travis failure is due to second overlap between Date::now() and the next Date::now() and can be fix by merging #289

@jenssegers
Copy link
Owner

Would love to get some additional reviewers on this :)

@darron1217
Copy link
Contributor Author

Oh.. that was my mistake
Sorry i'll fix it

@darron1217
Copy link
Contributor Author

I created clean PR again #290

@darron1217 darron1217 deleted the darron1217-patch branch May 16, 2018 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants