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

File size: 1Kb
  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.  
  12. /**
  13. * Authors:
  14. * - Kamusi Project Martin Benjamin locales@kamusi.org
  15. */
  16. return array_replace_recursive(require __DIR__.'/sw.php', [
  17. 'formats' => [
  18. 'L' => 'DD/MM/YYYY',
  19. ],
  20. 'months' => ['Januari', 'Februari', 'Machi', 'Aprili', 'Mei', 'Juni', 'Julai', 'Agosti', 'Septemba', 'Oktoba', 'Novemba', 'Desemba'],
  21. 'months_short' => ['Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ago', 'Sep', 'Okt', 'Nov', 'Des'],
  22. 'weekdays' => ['Jumapili', 'Jumatatu', 'Jumanne', 'Jumatano', 'Alhamisi', 'Ijumaa', 'Jumamosi'],
  23. 'weekdays_short' => ['J2', 'J3', 'J4', 'J5', 'Alh', 'Ij', 'J1'],
  24. 'weekdays_min' => ['J2', 'J3', 'J4', 'J5', 'Alh', 'Ij', 'J1'],
  25. 'first_day_of_week' => 1,
  26. 'day_of_first_week_of_year' => 1,
  27. 'meridiem' => ['asubuhi', 'alasiri'],
  28. ]);