![]() |
Multiple language file locations - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Multiple language file locations (/showthread.php?tid=86515) |
Multiple language file locations - sjender - 01-29-2023 Hi. I would like to know if it possible to have multiple locations for my language files. I am creating multiple composer packages for the same project, I would like the language files to be a part of the package, instead of the project scope. RE: Multiple language file locations - kenjis - 01-29-2023 See https://codeigniter4.github.io/CodeIgniter4/general/modules.html#language-files For example, Shied has its own lang files: https://github.com/codeigniter4/shield/tree/develop/src/Language |