ÿØÿÛ C 

ÿØÿÛ C 

<?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', [
    'weekdays' => ['lahadi', 'tÉ›É›nÉ›É›', 'talata', 'alaba', 'aimisa', 'aijima', 'siÉ“iti'],
    'weekdays_short' => ['lahadi', 'tÉ›É›nÉ›É›', 'talata', 'alaba', 'aimisa', 'aijima', 'siÉ“iti'],
    'weekdays_min' => ['lahadi', 'tÉ›É›nÉ›É›', 'talata', 'alaba', 'aimisa', 'aijima', 'siÉ“iti'],
    'months' => ['luukao kemÃ£', 'É“andaÉ“u', 'vÉ”É”', 'fulu', 'goo', '6', '7', 'kÉ”nde', 'saah', 'galo', 'kenpkato É“ololÉ”', 'luukao lÉ”ma'],
    'months_short' => ['luukao kemÃ£', 'É“andaÉ“u', 'vÉ”É”', 'fulu', 'goo', '6', '7', 'kÉ”nde', 'saah', 'galo', 'kenpkato É“ololÉ”', 'luukao lÉ”ma'],
    'first_day_of_week' => 1,
    'formats' => [
        'LT' => 'h:mm a',
        'LTS' => 'h:mm:ss a',
        'L' => 'DD/MM/YYYY',
        'LL' => 'D MMM YYYY',
        'LLL' => 'D MMMM YYYY h:mm a',
        'LLLL' => 'dddd, D MMMM YYYY h:mm a',
    ],
]);
