Skip to content

Commit

Permalink
Add locale configuration to app.php config
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 4, 2022
1 parent c5ac0eb commit f624599
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,32 @@

'env' => env('ENV', 'production'),

/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/

'locale' => 'en',

/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/

'fallback_locale' => 'en',

/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
Expand Down

0 comments on commit f624599

Please sign in to comment.