PHP Classes

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

Recommend this page to a friend!
  Classes of Hillary Kollan   Chatto PHP Websocket Chat System   vendor/nesbot/carbon/src/Carbon/Lang/ak_GH.php   Download  
File: vendor/nesbot/carbon/src/Carbon/Lang/ak_GH.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Chatto PHP Websocket Chat System
Websocket based chat system using Ratchet library
Author: By
Last change:
Date: 3 years ago
Size: 1,422 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.
 */

/**
 * Authors:
 * - Sugar Labs // OLPC sugarlabs.org libc-alpha@sourceware.org
 */
return array_replace_recursive(require __DIR__.'/en.php', [
   
'formats' => [
       
'L' => 'YYYY/MM/DD',
    ],
   
'months' => ['Sanda-?p?p?n', 'Kwakwar-?gyefuo', 'Eb?w-?benem', 'Eb?bira-Oforisuo', 'Esusow Aketseaba-K?t?nimba', 'Obirade-Ay?wohomumu', 'Ay?woho-Kitawonsa', 'Difuu-?sandaa', 'Fankwa-?b?', '?b?s?-Ahinime', '?ber?f?w-Obubuo', 'Mumu-?p?nimba'],
   
'months_short' => ['S-?', 'K-?', 'E-?', 'E-O', 'E-K', 'O-A', 'A-K', 'D-?', 'F-?', '?-A', '?-O', 'M-?'],
   
'weekdays' => ['Kwesida', 'Dwowda', 'Benada', 'Wukuda', 'Yawda', 'Fida', 'Memeneda'],
   
'weekdays_short' => ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'],
   
'weekdays_min' => ['Kwe', 'Dwo', 'Ben', 'Wuk', 'Yaw', 'Fia', 'Mem'],
   
'first_day_of_week' => 1,
   
'day_of_first_week_of_year' => 1,
   
'meridiem' => ['AN', 'EW'],

   
'year' => ':count afe',
   
'y' => ':count afe',
   
'a_year' => ':count afe',

   
'month' => ':count bosume',
   
'm' => ':count bosume',
   
'a_month' => ':count bosume',

   
'day' => ':count ?da',
   
'd' => ':count ?da',
   
'a_day' => ':count ?da',
]);