From c687083f10f26e2bf134a3fb0e4481e1815986d3 Mon Sep 17 00:00:00 2001 From: Shlee Date: Mon, 14 Sep 2026 20:45:16 +0930 Subject: [PATCH] New translations notification.php (Portuguese) [ci skip] [ci skip] --- lang/pt/notification.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/pt/notification.php b/lang/pt/notification.php index 095c32c22..92af66ad8 100644 --- a/lang/pt/notification.php +++ b/lang/pt/notification.php @@ -2,11 +2,11 @@ return [ - 'likedPhoto' => 'gostou da tua publicação.', - 'likedComment' => 'gostou do teu comentário.', - 'startedFollowingYou' => 'começou a seguir-te.', - 'commented' => 'comentou na tua publicação.', - 'mentionedYou' => 'mencionou-te.', - 'shared' => 'partilhou a tua publicação.', + 'likedPhoto' => '', + 'likedComment' => '', + 'startedFollowingYou' => '', + 'commented' => '', + 'mentionedYou' => '', + 'shared' => '', ];