diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index bc4c50ae8..df877b2a4 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/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' + ], ];