Skip to content

Commit

Permalink
Merge 8a7b76a into 88c4b27
Browse files Browse the repository at this point in the history
  • Loading branch information
haiquang9994 committed Dec 8, 2017
2 parents 88c4b27 + 8a7b76a commit ab60790
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/Lang/vi.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
'november' => 'Tháng mười một',
'december' => 'Tháng mười hai',

'jan' => 'Th1',
'feb' => 'Th2',
'mar' => 'Th3',
'apr' => 'Th4',
'may' => 'Th5',
'jun' => 'Th6',
'jul' => 'Th7',
'aug' => 'Th8',
'sep' => 'Th9',
'oct' => 'Th10',
'nov' => 'Th11',
'dec' => 'Th12',

'monday' => 'Thứ hai',
'tuesday' => 'Thứ ba',
'wednesday' => 'Thứ tư',
Expand All @@ -45,4 +58,12 @@
'saturday' => 'Thứ bảy',
'sunday' => 'Chủ nhật',

'mon' => 'T2',
'tue' => 'T3',
'wed' => 'T4',
'thu' => 'T5',
'fri' => 'T6',
'sat' => 'T7',
'sun' => 'CN',

];

0 comments on commit ab60790

Please sign in to comment.