Browse Source

Added locales configuration.

Taylor Otwell 11 years ago
parent
commit
f0b8d2cc9d
1 changed files with 13 additions and 0 deletions
  1. 13 0
      app/config/app.php

+ 13 - 0
app/config/app.php

@@ -41,6 +41,19 @@ return array(
 
 
 	'locale' => 'en',
 	'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
 	| Encryption Key