Add Turkmen localization and update Filament resources; configure timezone and locale settings

This commit is contained in:
2025-08-30 16:45:36 +05:00
parent cdb5cbcb18
commit 18e425f533
15 changed files with 112 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Asia/Ashgabat',
/*
|--------------------------------------------------------------------------
@@ -78,9 +78,9 @@ return [
|
*/
'locale' => env('APP_LOCALE', 'en'),
'locale' => env('APP_LOCALE', 'tk'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'tk'),
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),