Skip to content

Commit cebf837

Browse files
adding-publish-translation-tag
1 parent de9dfbb commit cebf837

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

resources/lang/ar/strings.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return [
4+
'clear' => 'مسح',
5+
'loading' => 'تحميل...',
6+
'no_results' => 'لا توجد نتائج لعرضها لهذا الاستعلام.',
7+
'offline' => 'أنت غير متصل حاليا بالإنترنت.',
8+
'per_page' => 'لكل صفحة',
9+
'results' => 'إظهار :first إلي :last من أصل :total مدخل',
10+
'search' => 'بحث...',
11+
];

src/LivewireTablesServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public function boot()
2424

2525
$this->publishes([
2626
__DIR__.'/../resources/lang' => resource_path('lang/vendor/laravel-livewire-tables'),
27-
]);
27+
],'laravel-livewire-tables');
2828
}
2929
}

0 commit comments

Comments
 (0)