Merge pull request #1285 from openclassify/metehancelik

translate
This commit is contained in:
Fatih Alp 2022-02-09 10:24:49 +03:00 committed by GitHub
commit e16419937d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -74,4 +74,5 @@ return [
'try_again' => 'Try again',
'news_title' => 'Sectoral Developments All in :name',
'all_news' => 'All News',
];

View File

@ -73,4 +73,5 @@ return [
'news_title' => 'Sektörel Gelişmeler :name\'da',
'all_news' => 'Tüm İçerikler',
];

View File

@ -2,7 +2,7 @@
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="text-left ml-2">{{ trans('visiosoft.theme.base::field.news_title', {name: setting_value('streams::name')}) }}</h5>
<a href="{{ url('posts') }}" class="btn btn-outline-primary all-post-btn d-none d-md-block">
{{ trans('theme::field.all_news') }}
{{ trans('visiosoft.theme.base::field.all_news') }}
</a>
</div>
<div class="slider">
@ -30,6 +30,6 @@
{% endif %}
</div>
<a href="{{ url('posts') }}" class="btn btn-outline-yellow mx-2 all-post-btn d-block d-md-none fs-16 font-weight-bold py-2">
{{ trans('theme::field.all_news') }}
{{ trans('visiosoft.theme.base::field.all_news') }}
</a>
</div>