language fixes

This commit is contained in:
alp 2020-01-16 14:06:30 +03:00
parent bc43f25698
commit 558a091c6b
4 changed files with 4 additions and 10 deletions

View File

@ -2,9 +2,7 @@
return [ return [
'latest_ads' => 'أحدث الإعلانات', 'latest_ads' => 'أحدث الإعلانات',
'show_all' => [ 'show_all' => 'عرض الكل',
'name' => 'عرض الكل',
],
'login' => [ 'login' => [
'name' => 'تسجيل الدخول', 'name' => 'تسجيل الدخول',
], ],

View File

@ -2,9 +2,7 @@
return [ return [
'latest_ads' => 'Latest Ads', 'latest_ads' => 'Latest Ads',
'show_all' => [ 'show_all' => 'Show All',
'name' => 'Show All',
],
'login' => [ 'login' => [
'name' => 'Login', 'name' => 'Login',
], ],

View File

@ -2,9 +2,7 @@
return [ return [
'latest_ads' => 'Son Eklenenler', 'latest_ads' => 'Son Eklenenler',
'show_all' => [ 'show_all' => 'Tümünü Göster',
'name' => 'Tümünü Göster',
],
'login' => [ 'login' => [
'name' => 'Login', 'name' => 'Login',
], ],

View File

@ -6,7 +6,7 @@
</div> </div>
<div class="col-md-6 text-right"> <div class="col-md-6 text-right">
<a class="btn btn-outline-secondary" <a class="btn btn-outline-secondary"
href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all.name') }}</a> href="{{ url_route('visiosoft.module.advs::list') }}">{{ trans('theme::field.show_all') }}</a>
</div> </div>
{% endif %} {% endif %}
</div> </div>