Use translations instead of hard config. [skip ci]

This commit is contained in:
James Cole
2016-02-07 08:40:59 +01:00
parent 42372cabd5
commit c9c9410908
2 changed files with 23 additions and 18 deletions

View File

@@ -1,8 +1,13 @@
<?php
return [
'locale' => 'en, English, en_US, en_US.utf8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'locale' => 'en, English, en_US, en_US.utf8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %W, %Y',
'quarter_of_year' => '%B %Y',
'year' => '%Y',
'half_year' => '%B %Y',
];