From 661a422985f276a02fbdada1f6c49af2a2b9f923 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:53 -0700 Subject: [PATCH] New translations web.php (Arabic) [ci skip] --- resources/lang/ar/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/ar/web.php b/resources/lang/ar/web.php index 27c4df60b..60e7ff803 100644 --- a/resources/lang/ar/web.php +++ b/resources/lang/ar/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'أشخاصٌ قَد تَعرِفُهُم' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];