View file vendor/nesbot/carbon/src/Carbon/Lang/cgg.php

File size: 1.24Kb
  1. <?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. */
  11. return array_replace_recursive(require __DIR__.'/en.php', [
  12. 'weekdays' => ['Sande', 'Orwokubanza', 'Orwakabiri', 'Orwakashatu', 'Orwakana', 'Orwakataano', 'Orwamukaaga'],
  13. 'weekdays_short' => ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'],
  14. 'weekdays_min' => ['SAN', 'ORK', 'OKB', 'OKS', 'OKN', 'OKT', 'OMK'],
  15. 'months' => ['Okwokubanza', 'Okwakabiri', 'Okwakashatu', 'Okwakana', 'Okwakataana', 'Okwamukaaga', 'Okwamushanju', 'Okwamunaana', 'Okwamwenda', 'Okwaikumi', 'Okwaikumi na kumwe', 'Okwaikumi na ibiri'],
  16. 'months_short' => ['KBZ', 'KBR', 'KST', 'KKN', 'KTN', 'KMK', 'KMS', 'KMN', 'KMW', 'KKM', 'KNK', 'KNB'],
  17. 'first_day_of_week' => 1,
  18. 'formats' => [
  19. 'LT' => 'HH:mm',
  20. 'LTS' => 'HH:mm:ss',
  21. 'L' => 'DD/MM/YYYY',
  22. 'LL' => 'D MMM YYYY',
  23. 'LLL' => 'D MMMM YYYY HH:mm',
  24. 'LLLL' => 'dddd, D MMMM YYYY HH:mm',
  25. ],
  26.  
  27. 'day' => ':count ruhanga', // less reliable
  28. 'd' => ':count ruhanga', // less reliable
  29. 'a_day' => ':count ruhanga', // less reliable
  30. ]);