<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'meridiem' => ['sárúwá', 'c???nko'],
'weekdays' => ['s??nd?', 'l?ndí', 'maadí', 'm?kr?dí', 'j??dí', 'júmbá', 'samdí'],
'weekdays_short' => ['s??n', 'l?n', 'maa', 'm?k', 'j??', 'júm', 'sam'],
'weekdays_min' => ['s??n', 'l?n', 'maa', 'm?k', 'j??', 'júm', 'sam'],
'months' => ['?wíí a nt??nt?', '?wíí ak? b???', '?wíí ak? ráá', '?wíí ak? nin', '?wíí ak? táan', '?wíí ak? táaf?k', '?wíí ak? táab??', '?wíí ak? táaraa', '?wíí ak? táanin', '?wíí ak? nt?k', '?wíí ak? nt?k di b??k', '?wíí ak? nt?k di b???'],
'months_short' => ['?1', '?2', '?3', '?4', '?5', '?6', '?7', '?8', '?9', '?10', '?11', '?12'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'HH:mm',
'LTS' => 'HH:mm:ss',
'L' => 'D/M/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY HH:mm',
'LLLL' => 'dddd D MMMM YYYY HH:mm',
],
]);
|