added option for URI languages.

This commit is contained in:
Taylor Otwell
2012-07-11 10:18:48 -05:00
parent 1879e6575a
commit c8718a32ec
2 changed files with 54 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ return array(
/*
|--------------------------------------------------------------------------
| Application Language
| Default Application Language
|--------------------------------------------------------------------------
|
| The default language of your application. This language will be used by
@@ -94,6 +94,19 @@ return array(
'language' => 'en',
/*
|--------------------------------------------------------------------------
| Supported Languages
|--------------------------------------------------------------------------
|
| These languages may also be supported by your application. If a request
| enters your application with a URI beginning with one of these values
| the default language will automatically be set to that language.
|
*/
'languages' => array('fr', 'sp'),
/*
|--------------------------------------------------------------------------
| SSL Link Generation