feat(Localization) Adding localization text. Fixing bugs in toasts
This commit is contained in:
+1
-3
@@ -1,10 +1,10 @@
|
||||
using System.Globalization;
|
||||
using IGP;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Services;
|
||||
using Services.Development;
|
||||
using Services.Immortal;
|
||||
using Services.Website;
|
||||
using System.Globalization;
|
||||
|
||||
#if NO_SQL
|
||||
#else
|
||||
@@ -15,8 +15,6 @@ using Microsoft.EntityFrameworkCore;
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("en-US");
|
||||
|
||||
|
||||
|
||||
var builder = WebAssemblyHostBuilder.CreateDefault(args);
|
||||
builder.Logging.SetMinimumLevel(LogLevel.Warning);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user