소스 검색

New translations web.php (Scottish Gaelic)
[ci skip]

daniel 3 년 전
부모
커밋
55953fac2c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      resources/lang/gd/web.php

+ 5 - 1
resources/lang/gd/web.php

@@ -176,6 +176,10 @@ return [
 
 
 	'timeline' => [
 	'timeline' => [
 		'peopleYouMayKnow' => 'People you may know'
 		'peopleYouMayKnow' => 'People you may know'
-	]
+	],
+
+	'hashtags' => [
+		'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
+	],
 
 
 ];
 ];