mirror of https://github.com/fairyglade/ly.git
use the standard default locale
This commit is contained in:
parent
fbed82c9fc
commit
c8123c3653
|
|
@ -219,7 +219,7 @@ void env_init(struct passwd* pwd)
|
|||
setenv("SHELL", pwd->pw_shell, 1);
|
||||
setenv("USER", pwd->pw_name, 1);
|
||||
setenv("LOGNAME", pwd->pw_name, 1);
|
||||
setenv("LANG", lang ? lang : "en_US.UTF-8", 1);
|
||||
setenv("LANG", lang ? lang : "C", 1);
|
||||
|
||||
// Set PATH if specified in the configuration
|
||||
if (strlen(config.path))
|
||||
|
|
|
|||
Loading…
Reference in New Issue