Add Laravel Lang

This commit is contained in:
Александр Бабкин
2022-06-23 14:47:09 +03:00
parent eb0140dfa4
commit 61205560b7
11 changed files with 1194 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Europe/Moscow',
/*
|--------------------------------------------------------------------------
@@ -80,7 +80,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'ru',
/*
|--------------------------------------------------------------------------