Skip to content

Commit

Permalink
Merge 8f58988 into 69601ab
Browse files Browse the repository at this point in the history
  • Loading branch information
darron1217 committed May 15, 2018
2 parents 69601ab + 8f58988 commit 6251c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Lang/ko.php
Expand Up @@ -14,8 +14,8 @@

'ago' => ':time 전',
'from_now' => ':time 후',
'after' => ':time ',
'before' => ':time ',
'after' => ':time 이전',
'before' => ':time 이후',
'year' => ':count 년',
'month' => ':count 개월',
'week' => ':count 주일',
Expand Down Expand Up @@ -44,7 +44,7 @@
'fri' => '금',
'sat' => '토',
'sun' => '일',

'monday' => '월요일',
'tuesday' => '화요일',
'wednesday' => '수요일',
Expand Down

0 comments on commit 6251c8d

Please sign in to comment.