Refactor SMS and Coupon resources to utilize localization for labels and messages, enhancing internationalization support. Update .env.example to change APP_LOCALE to 'tk'.
This commit is contained in:
15
lang/vendor/filament-actions/tk/view.php
vendored
Normal file
15
lang/vendor/filament-actions/tk/view.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'single' => [
|
||||
'label' => 'Gör',
|
||||
'modal' => [
|
||||
'heading' => ':label gör',
|
||||
'actions' => [
|
||||
'close' => [
|
||||
'label' => 'Ýap',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user