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:
14
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
14
lang/vendor/filament-schemas/tk/components.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'wizard' => [
|
||||
'actions' => [
|
||||
'previous_step' => [
|
||||
'label' => 'Yza',
|
||||
],
|
||||
'next_step' => [
|
||||
'label' => 'İleri',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user