File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ class App extends BaseConfig
9494 * by the application in descending order of priority. If no match is
9595 * found, the first locale will be used.
9696 *
97+ * IncomingRequest::setLocale() also uses this list.
98+ *
9799 * @var string[]
98100 */
99101 public array $ supportedLocales = ['en ' ];
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ class Generators extends BaseConfig
2727 */
2828 public array $ views = [
2929 'make:cell ' => 'CodeIgniter\Commands\Generators\Views\cell.tpl.php ' ,
30+ 'make:cell_view ' => 'CodeIgniter\Commands\Generators\Views\cell_view.tpl.php ' ,
3031 'make:command ' => 'CodeIgniter\Commands\Generators\Views\command.tpl.php ' ,
3132 'make:config ' => 'CodeIgniter\Commands\Generators\Views\config.tpl.php ' ,
3233 'make:controller ' => 'CodeIgniter\Commands\Generators\Views\controller.tpl.php ' ,
You can’t perform that action at this time.
0 commit comments