˛éŋ´/ąāŧ ´úÂë
ÄÚČŨ
<?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. */ /* * Authors: * - Red Hat Pune libc-alpha@sourceware.org */ return array_replace_recursive(require __DIR__.'/en.php', [ 'formats' => [ 'L' => 'D/M/YY', ], 'months' => ['āĻāĻžāύā§ā§ąāĻžāϰāĻŋ', 'āĻĢā§āĻŦā§āϰā§ā§ąāĻžāϰāĻŋ', 'āĻŽāĻžāϰā§āĻ', 'āĻāĻĒā§āϰāĻŋāϞ', 'āĻŽā§', 'āĻā§āύ', 'āĻā§āϞāĻžāĻ', 'āĻāĻāώā§āĻ', 'āϏā§āĻĒā§āϤā§āĻŽā§āĻŦāϰ', 'āĻāĻā§āϤā§āĻŦāϰ', 'āύāĻŦā§āĻŽā§āĻŦāϰ', 'āĻĄāĻŋāϏā§āĻŽā§āĻŦāϰ'], 'months_short' => ['āĻāĻžāύ', 'āĻĢā§āĻŦ', 'āĻŽāĻžāϰ', 'āĻāĻĒā§āϰāĻŋ', 'āĻŽā§', 'āĻā§āύ', 'āĻā§āϞ', 'āĻāĻ', 'āϏā§āĻĒ', 'āĻāĻā§āϤ', 'āύāĻŦā§', 'āĻĄāĻŋāϏ'], 'weekdays' => ['āύā§āĻāĻŽāĻžāĻāĻāĻŋāĻ', 'āύāĻŋāĻāĻĨā§āĻāĻžāĻŦāĻž', 'āϞā§āĻŦāĻžāĻāĻĒā§āĻāĻĒāĻž', 'ā§ā§āĻŽāĻļāĻā§āĻļāĻž', 'āĻļāĻā§āϞāĻļā§āύ', 'āĻāϰāĻžāĻ', 'āĻĨāĻžāĻāĻ'], 'weekdays_short' => ['āύā§āĻ', 'āύāĻŋāĻ', 'āϞā§āĻŦāĻžāĻ', 'ā§ā§āĻŽ', 'āĻļāĻā§āϞ', 'āĻāϰāĻž', 'āĻĨāĻžāĻ'], 'weekdays_min' => ['āύā§āĻ', 'āύāĻŋāĻ', 'āϞā§āĻŦāĻžāĻ', 'ā§ā§āĻŽ', 'āĻļāĻā§āϞ', 'āĻāϰāĻž', 'āĻĨāĻžāĻ'], 'day_of_first_week_of_year' => 1, 'meridiem' => ['āĻ.āĻŽ.', 'āĻĒ.āĻŽ.'], 'year' => ':count āĻāϏāĻŋāĻ', // less reliable 'y' => ':count āĻāϏāĻŋāĻ', // less reliable 'a_year' => ':count āĻāϏāĻŋāĻ', // less reliable 'second' => ':count ę¯ ę¯¤ę¯Ąę¯ę¯§ę¯ę¯Ĩę¯', // less reliable 's' => ':count ę¯ ę¯¤ę¯Ąę¯ę¯§ę¯ę¯Ĩę¯', // less reliable 'a_second' => ':count ę¯ ę¯¤ę¯Ąę¯ę¯§ę¯ę¯Ĩę¯', // less reliable ]);