Skip to content

Commit

Permalink
Merge pull request #150 from wfjsw/patch
Browse files Browse the repository at this point in the history
fix zh-CN not exist issue, fix #149
  • Loading branch information
jenssegers committed Dec 1, 2015
2 parents be7af3e + c8c74fa commit e285f56
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/Lang/zh-CN.php
@@ -0,0 +1,48 @@
<?php

return array(

/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/

'ago' => ':time前',
'from_now' => ':time距现在',
'after' => ':time后',
'before' => ':time前',
'year' => ':count年',
'month' => ':count月',
'week' => ':count周',
'day' => ':count天',
'hour' => ':count小时',
'minute' => ':count分钟',
'second' => ':count秒',

'january' => '一月',
'february' => '二月',
'march' => '三月',
'april' => '四月',
'may' => '五月',
'june' => '六月',
'july' => '七月',
'august' => '八月',
'september' => '九月',
'october' => '十月',
'november' => '十一月',
'december' => '十二月',

'monday' => '星期一',
'tuesday' => '星期二',
'wednesday' => '星期三',
'thursday' => '星期四',
'friday' => '星期五',
'saturday' => '星期六',
'sunday' => '星期日',

);

0 comments on commit e285f56

Please sign in to comment.