From 0f5a0e24f570fec4bcf2a8c14784774bc22fb686 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 16 Sep 2026 19:46:36 +0930 Subject: [PATCH] New translations notification.php (Icelandic) [ci skip] --- lang/is-IS/notification.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/is-IS/notification.php b/lang/is-IS/notification.php index 92af66ad8..cd9efc0a0 100644 --- a/lang/is-IS/notification.php +++ b/lang/is-IS/notification.php @@ -2,11 +2,11 @@ return [ - 'likedPhoto' => '', - 'likedComment' => '', - 'startedFollowingYou' => '', - 'commented' => '', - 'mentionedYou' => '', - 'shared' => '', + 'likedPhoto' => 'líkaði við færsluna þína.', + 'likedComment' => 'líkaði við athugasemdina þína.', + 'startedFollowingYou' => 'byrjaði að fylgjast með þér.', + 'commented' => 'gerði athugasemd við færsluna þína.', + 'mentionedYou' => 'minntist á þig.', + 'shared' => 'deildi færslunni þinni.', ];