Change default locale settings to Russian.

This commit is contained in:
Leonid Nikitin 2023-06-29 00:06:52 +06:00
parent 9b56522f02
commit b9f88ba2eb
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

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',
/*
|--------------------------------------------------------------------------