<?php

declare(strict_types=1);

/*
 * This file is part of the Yasumi package.
 *
 * Copyright (c) 2015 - 2024 AzuyaLabs
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @author Sacha Telgenhof <me at sachatelgenhof dot com>
 */

// Translations for Valentine's Day
return [
    'ca' => 'Dia de Sant Valentí',
    'de' => 'Valentinstag',
    'el' => 'Αγίου Βαλεντίνου',
    'en' => 'Valentine’s Day',
    'es' => 'San Valentín',
    'fr' => 'Saint-Valentin',
    'it' => 'San Valentino',
    'ja' => 'バレンタイン·デー',
    'ko' => '발렌타인 데이',
    'nl' => 'Valentijnsdag',
    'pl' => 'Walentynki',
    'pt' => 'Dia dos Namorados',
];
