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:
8
lang/vendor/filament-forms/tk/validation.php
vendored
Normal file
8
lang/vendor/filament-forms/tk/validation.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'distinct' => [
|
||||
'must_be_selected' => 'En az 1 adet :attribute alanı seçmelisiniz.',
|
||||
'only_one_must_be_selected' => 'Sadece 1 adet :attribute alanı seçilmelidir.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user