From 88234b8b14f393818cd30fc2871d3c1852ee3e28 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:41 -0700 Subject: [PATCH] New translations web.php (Indonesian) [ci skip] --- resources/lang/id/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php index cbea153a..ba1e4673 100644 --- a/resources/lang/id/web.php +++ b/resources/lang/id/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];