mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Support lol-US locale for IPC requests (#2435)
* Support lol-US locale for IPC requests * Support sr-CS as well * Apply feedback * Apply feedback and Rider cleanup * Less allocations make everyone happy * Apply feedback * Explain why we're doing this stupidity * Uppercase Windows/Linux compat fix * Go back to earlier version
This commit is contained in:
@@ -37,7 +37,7 @@ namespace ArchiSteamFarm.Core {
|
||||
|
||||
if ((now.Month == 4) && (now.Day == 1)) {
|
||||
try {
|
||||
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.CreateSpecificCulture("qps-Ploc");
|
||||
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.CreateSpecificCulture(SharedInfo.LolcatCultureName);
|
||||
} catch (Exception e) {
|
||||
ASF.ArchiLogger.LogGenericDebuggingException(e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user