blob: 0f855bac4d0ae47f8fec90a7dd0954d4c7f450db [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?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 */
23return 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]);