mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
feat: update CheapLoc to 1.1.2
This commit is contained in:
parent
4a685e42da
commit
43cb0870ee
2 changed files with 3 additions and 3 deletions
|
|
@ -28,13 +28,13 @@ namespace Dalamud
|
|||
if (ApplicableLangCodes.Any(x => currentUiLang.TwoLetterISOLanguageName == x)) {
|
||||
SetupWithLangCode(currentUiLang.TwoLetterISOLanguageName);
|
||||
} else {
|
||||
Loc.Setup("{}");
|
||||
Loc.SetupWithFallbacks();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error(ex, "Could not get language information. Setting up fallbacks.");
|
||||
Loc.Setup("{}");
|
||||
Loc.SetupWithFallbacks();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue