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:
6
lang/vendor/filament-panels/tk/error-notifications.php
vendored
Normal file
6
lang/vendor/filament-panels/tk/error-notifications.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Sayfa yüklenirken hata oluştu',
|
||||
'body' => 'Sayfa yüklenirken bir hata oluştu. Lütfen daha sonra tekrar deneyin.',
|
||||
];
|
||||
Reference in New Issue
Block a user