localisation
This commit is contained in:
parent
6091e8a3c1
commit
aa2ad71cc6
50 changed files with 1614 additions and 2211 deletions
|
|
@ -390,7 +390,7 @@ public static class HostingExtensions
|
|||
var smtpSettings = services.GetRequiredService<IOptions<SmtpSettings>>();
|
||||
var payPalSettings = services.GetRequiredService<IOptions<PayPalSettings>>();
|
||||
var googleAuthSettings = services.GetRequiredService<IOptions<GoogleAuthSettings>>();
|
||||
var localization = services.GetRequiredService<IStringLocalizer<YavscLocalization>>();
|
||||
var localization = services.GetRequiredService<IStringLocalizer<Startup>>();
|
||||
Startup.Configure(app, siteSettings, smtpSettings,
|
||||
payPalSettings, googleAuthSettings, localization, loggerFactory,
|
||||
app.Environment.EnvironmentName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue