Просмотр файла vendor/nesbot/carbon/src/Carbon/Lang/es_DO.php

Размер файла: 683B
  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. * - kostas
  15. * - François B
  16. * - Tim Fish
  17. * - Chiel Robben
  18. * - Claire Coloma
  19. * - Steven Heinrich
  20. * - JD Isaacks
  21. * - Raphael Amorim
  22. */
  23. return array_replace_recursive(require __DIR__.'/es.php', [
  24. 'diff_before_yesterday' => 'anteayer',
  25. 'formats' => [
  26. 'LT' => 'h:mm A',
  27. 'LTS' => 'h:mm:ss A',
  28. 'LLL' => 'D [de] MMMM [de] YYYY h:mm A',
  29. 'LLLL' => 'dddd, D [de] MMMM [de] YYYY h:mm A',
  30. ],
  31. ]);