From 3fd6605e9bb5280221e076a329420ab38c7d32dd Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:52 -0700 Subject: [PATCH] New translations web.php (Afrikaans) [ci skip] --- resources/lang/af/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/af/web.php b/resources/lang/af/web.php index a4219dd9b..ed11a9f27 100644 --- a/resources/lang/af/web.php +++ b/resources/lang/af/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'People you may know' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];