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