mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
mvc: bring back bind_textdomain_codeset() removed in f3e2f8ea3e; closes #5071
PR: https://github.com/opnsense/core/issues/5132
This commit is contained in:
parent
54e14d4ddd
commit
56af05bb7b
@ -99,6 +99,7 @@ class ControllerRoot extends Controller
|
||||
));
|
||||
|
||||
/* somehow this is not done by Phalcon */
|
||||
bind_textdomain_codeset('OPNsense', $locale);
|
||||
putenv('LANG=' . $locale);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user