<?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.
*/
/**
* Authors:
* - Sugar Labs // OLPC sugarlabs.org libc-alpha@sourceware.org
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'YYYY/MM/DD',
],
'months' => ['Sanda-?p?p?n', 'Kwakwar-?gyefuo', 'Eb?w-?benem', 'Eb?bira-Oforisuo', 'Esusow Aketseaba-K?t?nimba', 'Obirade-Ay?wohomumu', 'Ay?woho-Kitawonsa', 'Difuu-?sandaa', 'Fankwa-?b?', '?b?s?-Ahinime', '?ber?f?w-Obubuo', 'Mumu-?p?nimba'],
'months_short' => ['S-?', 'K-?', 'E-?', 'E-O', 'E-K', 'O-A', 'A-K', 'D-?', 'F-?', '?-A', '?-O', 'M-?'],
'weekdays' => ['Kwesida', 'Dwowda', 'Benada', 'Wukuda', 'Yawda', 'Fida', 'Memeneda'],
'weekdays_short' => ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'],
'weekdays_min' => ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'],
'first_day_of_week' => 1,
'day_of_first_week_of_year' => 1,
'meridiem' => ['AN', 'EW'],
'year' => ':count afe',
'y' => ':count afe',
'a_year' => ':count afe',
'month' => ':count bosume',
'm' => ':count bosume',
'a_month' => ':count bosume',
'day' => ':count ?da',
'd' => ':count ?da',
'a_day' => ':count ?da',
]);
|