Ci4 system error localization not working |
(01-06-2021, 10:48 AM)MrWhite Wrote:(01-06-2021, 09:55 AM)davis.lasis Wrote: You need Codeigniter global language translations. It has DE language as well. Yes, those error templates are hardcoded in `EN` Basically i have the same issue rigth now. The cause of the problem is that framework error catching mechanism is throwing back particular (defined) view from config file. At this point framework should have different mechaninsm - on any defined error code (404, 503 etc) we should have "default" controller or at least methods in BaseController to fully control what data is collected and which view is rendered at the end. This way any developer would have full control of any possible error, load nested or extended view etc. I have to deal with this, maybe i will manage to get to nice solution or even create some pull request regards this issue |
Welcome Guest, Not a member yet? Register Sign In |