From 7c4107d134b54967ab5fbb36e7cb60100f84477d Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:25:01 -0700 Subject: [PATCH] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index 94d0e12d6..5bd952437 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Persone che potresti conoscere' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];