<?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:
* - bug-glibc-locales@gnu.org
*/
return array_replace_recursive(require __DIR__.'/en.php', [
'formats' => [
'L' => 'YYYY?MM?DD?',
],
'months' => ['??', '??', '??', '??', '??', '??', '??', '??', '??', '??', '???', '???'],
'months_short' => [' 1?', ' 2?', ' 3?', ' 4?', ' 5?', ' 6?', ' 7?', ' 8?', ' 9?', '10?', '11?', '12?'],
'weekdays' => ['???', '???', '???', '???', '???', '???', '???'],
'weekdays_short' => ['?', '?', '?', '?', '?', '?', '?'],
'weekdays_min' => ['?', '?', '?', '?', '?', '?', '?'],
'day_of_first_week_of_year' => 1,
'meridiem' => ['??', '??'],
'year' => ':count ngien11',
'y' => ':count ngien11',
'a_year' => ':count ngien11',
'month' => ':count ngie?t',
'm' => ':count ngie?t',
'a_month' => ':count ngie?t',
'week' => ':count lî-pai',
'w' => ':count lî-pai',
'a_week' => ':count lî-pai',
'day' => ':count ngit',
'd' => ':count ngit',
'a_day' => ':count ngit',
'hour' => ':count s??',
'h' => ':count s??',
'a_hour' => ':count s??',
'minute' => ':count fûn',
'min' => ':count fûn',
'a_minute' => ':count fûn',
'second' => ':count miéu',
's' => ':count miéu',
'a_second' => ':count miéu',
]);
|