1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-24 07:00:46 +00:00

Correct some typos in Spanish translations

This commit is contained in:
Mackenzie Morgan 2025-02-04 22:46:44 -05:00
parent dc4e683f0a
commit 6ca9d9e52a
2 changed files with 5 additions and 5 deletions

View file

@ -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.',
],
],
];
];

View file

@ -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.',
];