mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
Don't use LC_CTYPE for locale detection
This commit is contained in:
@@ -18,10 +18,6 @@ static void getLocaleFromEnv(FFstrbuf* locale)
|
||||
if(locale->length > 0)
|
||||
return;
|
||||
|
||||
ffStrbufAppendS(locale, getenv("LC_CTYPE"));
|
||||
if(locale->length > 0)
|
||||
return;
|
||||
|
||||
ffStrbufAppendS(locale, getenv("LC_MESSAGES"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user