mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Added locales configuration.
This commit is contained in:
parent
1a6230b82a
commit
f0b8d2cc9d
@ -41,6 +41,19 @@ return array(
|
||||
|
||||
'locale' => 'en',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Routable Locales
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may list the locales that are "routable" for your application.
|
||||
| When a request with a URI beginning with one of the locales is sent
|
||||
| to the application, the "default" locale will be set accordingly.
|
||||
|
|
||||
*/
|
||||
|
||||
'locales' => array(),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Encryption Key
|
||||
|
Loading…
x
Reference in New Issue
Block a user