From 1fd96bd20bf48fa1778ffbd4d87950c401c0008b Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:55 -0700 Subject: [PATCH] New translations web.php (Czech) [ci skip] --- resources/lang/cs/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index dcf5ccc97..4ead949e9 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Lidé, které možná znáte' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];