blob: a5580c3032a3b4f9db4db79c2d51d4c19dc33bfc [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__.'/shi.php', [
12 'meridiem' => ['tifawt', 'tadggʷat'],
13 'weekdays' => ['asamas', 'aynas', 'asinas', 'akṛas', 'akwas', 'asimwas', 'asiḍyas'],
14 'weekdays_short' => ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'],
15 'weekdays_min' => ['asa', 'ayn', 'asi', 'akṛ', 'akw', 'asim', 'asiḍ'],
16 'months' => ['innayr', 'bṛayṛ', 'maṛṣ', 'ibrir', 'mayyu', 'yunyu', 'yulyuz', 'ɣuct', 'cutanbir', 'ktubr', 'nuwanbir', 'dujanbir'],
17 'months_short' => ['inn', 'bṛa', 'maṛ', 'ibr', 'may', 'yun', 'yul', 'ɣuc', 'cut', 'ktu', 'nuw', 'duj'],
18 'first_day_of_week' => 6,
19 'weekend' => [5, 6],
20 'formats' => [
21 'LT' => 'HH:mm',
22 'LTS' => 'HH:mm:ss',
23 'L' => 'D/M/YYYY',
24 'LL' => 'D MMM, YYYY',
25 'LLL' => 'D MMMM YYYY HH:mm',
26 'LLLL' => 'dddd D MMMM YYYY HH:mm',
27 ],
28
29 'minute' => ':count agur', // less reliable
30 'min' => ':count agur', // less reliable
31 'a_minute' => ':count agur', // less reliable
32]);