mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
language fixes
This commit is contained in:
parent
bc43f25698
commit
558a091c6b
@ -2,9 +2,7 @@
|
||||
|
||||
return [
|
||||
'latest_ads' => 'أحدث الإعلانات',
|
||||
'show_all' => [
|
||||
'name' => 'عرض الكل',
|
||||
],
|
||||
'show_all' => 'عرض الكل',
|
||||
'login' => [
|
||||
'name' => 'تسجيل الدخول',
|
||||
],
|
||||
|
||||
@ -2,9 +2,7 @@
|
||||
|
||||
return [
|
||||
'latest_ads' => 'Latest Ads',
|
||||
'show_all' => [
|
||||
'name' => 'Show All',
|
||||
],
|
||||
'show_all' => 'Show All',
|
||||
'login' => [
|
||||
'name' => 'Login',
|
||||
],
|
||||
|
||||
@ -2,9 +2,7 @@
|
||||
|
||||
return [
|
||||
'latest_ads' => 'Son Eklenenler',
|
||||
'show_all' => [
|
||||
'name' => 'Tümünü Göster',
|
||||
],
|
||||
'show_all' => 'Tümünü Göster',
|
||||
'login' => [
|
||||
'name' => 'Login',
|
||||
],
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="col-md-6 text-right">
|
||||
<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>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user