mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 05:47:43 +01:00
enable some string BannedApis
This commit is contained in:
parent
577f17eb1b
commit
2cbb8b9e22
9 changed files with 20 additions and 20 deletions
|
|
@ -138,7 +138,7 @@ public class Localization : IServiceType
|
|||
/// <param name="langCode">The language code to set up the UI language with.</param>
|
||||
public void SetupWithLangCode(string langCode)
|
||||
{
|
||||
if (langCode.ToLower() == FallbackLangCode)
|
||||
if (langCode.Equals(FallbackLangCode, StringComparison.InvariantCultureIgnoreCase))
|
||||
{
|
||||
this.SetupWithFallbacks();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue