blob: 033e97562807253e68b2aa17542bfd0450260639 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3/**
4 * This file is part of the Carbon package.
5 *
6 * (c) Brian Nesbitt <brian@nesbot.com>
7 *
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
10 */
11return array_replace_recursive(require __DIR__.'/en.php', [
12 'meridiem' => ['RW', 'TŊ'],
13 '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'],
14 'weekdays_short' => ['Cäŋ', 'Jiec', 'Rɛw', 'Diɔ̱k', 'Ŋuaan', 'Dhieec', 'Bäkɛl'],
15 'weekdays_min' => ['Cäŋ', 'Jiec', 'Rɛw', 'Diɔ̱k', 'Ŋuaan', 'Dhieec', 'Bäkɛl'],
16 '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'],
17 'months_short' => ['Tiop', 'Pɛt', 'Duɔ̱ɔ̱', 'Guak', 'Duä', 'Kor', 'Pay', 'Thoo', 'Tɛɛ', 'Laa', 'Kur', 'Tid'],
18 'first_day_of_week' => 1,
19 'formats' => [
20 'LT' => 'h:mm a',
21 'LTS' => 'h:mm:ss a',
22 'L' => 'D/MM/YYYY',
23 'LL' => 'D MMM YYYY',
24 'LLL' => 'D MMMM YYYY h:mm a',
25 'LLLL' => 'dddd D MMMM YYYY h:mm a',
26 ],
27
28 'year' => ':count jiök', // less reliable
29 'y' => ':count jiök', // less reliable
30 'a_year' => ':count jiök', // less reliable
31
32 'month' => ':count pay', // less reliable
33 'm' => ':count pay', // less reliable
34 'a_month' => ':count pay', // less reliable
35]);