pt-BR -> pt

This commit is contained in:
Lightczx
2024-01-19 16:52:04 +08:00
parent 22646cfab2
commit 45248d75e1
3 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
// Copyright (c) DGP Studio. All rights reserved.
// Licensed under the MIT license.
namespace Snap.Hutao.Core.Windowing.Backdrop;
internal interface IBackdropNeedEraseBackground;

View File

@@ -62,6 +62,4 @@ internal sealed class TransparentBackdrop : SystemBackdrop, IDisposable, IBackdr
{
disconnectedTarget.SystemBackdrop = null;
}
}
internal interface IBackdropNeedEraseBackground;
}

View File

@@ -15,7 +15,7 @@ internal static class SupportedCultures
ToNameValue(CultureInfo.GetCultureInfo("en")),
ToNameValue(CultureInfo.GetCultureInfo("id")),
ToNameValue(CultureInfo.GetCultureInfo("ja")),
ToNameValue(CultureInfo.GetCultureInfo("pt-BR")),
ToNameValue(CultureInfo.GetCultureInfo("pt")),
ToNameValue(CultureInfo.GetCultureInfo("ko")),
ToNameValue(CultureInfo.GetCultureInfo("ru")),
];