diff --git a/resources/lang/en/helpcenter.php b/resources/lang/en/helpcenter.php index 2ae6d85ce..62877d1a2 100644 --- a/resources/lang/en/helpcenter.php +++ b/resources/lang/en/helpcenter.php @@ -13,6 +13,7 @@ return [ 'discover' => 'Discover', 'directMessages' => 'Direct Messages', 'timelines' => 'Timelines', + 'embed' => 'Embed', 'communityGuidelines' => 'Community Guidelines', 'whatIsTheFediverse' => 'What is the fediverse?', diff --git a/resources/views/site/help.blade.php b/resources/views/site/help.blade.php index 7a5c9c959..c0d873e4e 100644 --- a/resources/views/site/help.blade.php +++ b/resources/views/site/help.blade.php @@ -43,7 +43,7 @@

-

Hashtags

+

{{__('helpcenter.hashtags')}}

 

 

diff --git a/resources/views/site/help/getting-started.blade.php b/resources/views/site/help/getting-started.blade.php index b2161c37b..f29567337 100644 --- a/resources/views/site/help/getting-started.blade.php +++ b/resources/views/site/help/getting-started.blade.php @@ -1,9 +1,9 @@ -@extends('site.help.partial.template', ['breadcrumb'=>'Getting Started']) +@extends('site.help.partial.template', ['breadcrumb'=>__('helpcenter.gettingStarted')]) @section('section')
-

Getting Started

+

{{__('helpcenter.gettingStarted')}}


Welcome to Pixelfed!

diff --git a/resources/views/site/help/partial/sidebar.blade.php b/resources/views/site/help/partial/sidebar.blade.php index daa8b0807..a23f92bf2 100644 --- a/resources/views/site/help/partial/sidebar.blade.php +++ b/resources/views/site/help/partial/sidebar.blade.php @@ -1,66 +1,66 @@
diff --git a/resources/views/site/help/partial/template.blade.php b/resources/views/site/help/partial/template.blade.php index 4156777b9..74431b81c 100644 --- a/resources/views/site/help/partial/template.blade.php +++ b/resources/views/site/help/partial/template.blade.php @@ -6,7 +6,7 @@
- Help Center + {{__('helpcenter.helpcenter')}} {{ $breadcrumb ?? ''}}