From 6ca9d9e52a2e9cf220dcbbc42a8ddd5139e36db3 Mon Sep 17 00:00:00 2001 From: Mackenzie Morgan Date: Tue, 4 Feb 2025 22:46:44 -0500 Subject: [PATCH] Correct some typos in Spanish translations --- resources/lang/es/exception.php | 4 ++-- resources/lang/es/notification.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/es/exception.php b/resources/lang/es/exception.php index 292bd2808..7be72b058 100644 --- a/resources/lang/es/exception.php +++ b/resources/lang/es/exception.php @@ -4,8 +4,8 @@ return [ 'compose' => [ 'invalid' => [ - 'album' => 'Debe contener solo una foto o video, o multiples.', + 'album' => 'Debe contener solo una foto o video, o múltiples.', ], ], -]; \ No newline at end of file +]; diff --git a/resources/lang/es/notification.php b/resources/lang/es/notification.php index ea8ffd8c8..0920f89df 100644 --- a/resources/lang/es/notification.php +++ b/resources/lang/es/notification.php @@ -2,10 +2,10 @@ return [ - 'likedPhoto' => 'le gustó tu foto.', + 'likedPhoto' => 'le gustó tu foto.', 'likedComment' => 'le gustó tu comentario.', 'startedFollowingYou' => 'empezó a seguirte.', 'commented' => 'comentó tu foto.', - 'mentionedYou' => 'te menciono.', - 'shared' => 'compartir tu foto.', + 'mentionedYou' => 'te mencionó.', + 'shared' => 'compartió tu foto.', ];