Change default locale settings to Russian.

This commit is contained in:
2023-06-29 00:06:52 +06:00
parent 9b56522f02
commit b9f88ba2eb

View File

@@ -82,7 +82,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'ru',
/*
|--------------------------------------------------------------------------
@@ -95,7 +95,7 @@ return [
|
*/
'fallback_locale' => 'en',
'fallback_locale' => 'ru',
/*
|--------------------------------------------------------------------------
@@ -108,7 +108,7 @@ return [
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'ru_RU',
/*
|--------------------------------------------------------------------------