PHP Classes

File: vendor/nesbot/carbon/src/Carbon/Lang/ksf.php

Recommend this page to a friend!
  Packages of OmDiaries   Laravel AI Email Assistant   vendor/nesbot/carbon/src/Carbon/Lang/ksf.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/ksf.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel AI Email Assistant
Generate an email message with the OpenAI GPT API
Author: By
Last change:
Date: 4 months ago
Size: 1,285 bytes
 

Contents

Class file image Download
<?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.
 */

return array_replace_recursive(require __DIR__.'/en.php', [
   
'meridiem' => ['sárúwá', 'c???nko'],
   
'weekdays' => ['s??nd?', 'l?ndí', 'maadí', 'm?kr?dí', 'j??dí', 'júmbá', 'samdí'],
   
'weekdays_short' => ['s??n', 'l?n', 'maa', 'm?k', 'j??', 'júm', 'sam'],
   
'weekdays_min' => ['s??n', 'l?n', 'maa', 'm?k', 'j??', 'júm', 'sam'],
   
'months' => ['?wíí a nt??nt?', '?wíí ak? b???', '?wíí ak? ráá', '?wíí ak? nin', '?wíí ak? táan', '?wíí ak? táaf?k', '?wíí ak? táab??', '?wíí ak? táaraa', '?wíí ak? táanin', '?wíí ak? nt?k', '?wíí ak? nt?k di b??k', '?wíí ak? nt?k di b???'],
   
'months_short' => ['?1', '?2', '?3', '?4', '?5', '?6', '?7', '?8', '?9', '?10', '?11', '?12'],
   
'first_day_of_week' => 1,
   
'formats' => [
       
'LT' => 'HH:mm',
       
'LTS' => 'HH:mm:ss',
       
'L' => 'D/M/YYYY',
       
'LL' => 'D MMM YYYY',
       
'LLL' => 'D MMMM YYYY HH:mm',
       
'LLLL' => 'dddd D MMMM YYYY HH:mm',
    ],
]);