From 55953fac2c04225312d7b7367a10984a285d4a1a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:44 -0700 Subject: [PATCH] New translations web.php (Scottish Gaelic) [ci skip] --- resources/lang/gd/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/gd/web.php b/resources/lang/gd/web.php index f8d9b1262..63573dfa2 100644 --- a/resources/lang/gd/web.php +++ b/resources/lang/gd/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' + ], ];