Closed
Description
Describe the bug
Having some folders inside the language does not work when trying to output the lang.
Guys always saying this was working but it is not.
Folder structure
Language/en/Portfolio/list.php
Language/en/Portfolio/add.php
Language/en/Portfolio/edit.php
Inside list.php
return [
'header.title' => 'Portfolios List',
];
inside VIEW
echo lang('Portfolio.list.header.title');
Not working
CodeIgniter 4 version
Latest Dev version, this is not working with previous versions also
Expected behavior, and steps to reproduce if appropriate
It should output the value from the folder of the language.
Context
- PHP version 7.4
Activity