<?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' => ['RW', 'T?'],
'weekdays' => ['Cä? ku?th', 'Jiec la?t', 'R?w lätni', 'Di??k lätni', '?uaan lätni', 'Dhieec lätni', 'Bäk?l lätni'],
'weekdays_short' => ['Cä?', 'Jiec', 'R?w', 'Di??k', '?uaan', 'Dhieec', 'Bäk?l'],
'weekdays_min' => ['Cä?', 'Jiec', 'R?w', 'Di??k', '?uaan', 'Dhieec', 'Bäk?l'],
'months' => ['Tiop thar p?t', 'P?t', 'Du?????', 'Guak', 'Duät', 'Kornyoot', 'Pay yie?tni', 'Tho?o?r', 'T??r', 'Laath', 'Kur', 'Tio?p in di?i?t'],
'months_short' => ['Tiop', 'P?t', 'Du????', 'Guak', 'Duä', 'Kor', 'Pay', 'Thoo', 'T??', 'Laa', 'Kur', 'Tid'],
'first_day_of_week' => 1,
'formats' => [
'LT' => 'h:mm a',
'LTS' => 'h:mm:ss a',
'L' => 'D/MM/YYYY',
'LL' => 'D MMM YYYY',
'LLL' => 'D MMMM YYYY h:mm a',
'LLLL' => 'dddd D MMMM YYYY h:mm a',
],
'year' => ':count jiök', // less reliable
'y' => ':count jiök', // less reliable
'a_year' => ':count jiök', // less reliable
'month' => ':count pay', // less reliable
'm' => ':count pay', // less reliable
'a_month' => ':count pay', // less reliable
]);
|