added option for URI languages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user