jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
247 stars 24 forks source link

Not working in Blazor v.3.2 preview 2 #22

Closed autonet-ai closed 4 years ago

autonet-ai commented 4 years ago

Static content is handled differently in Blazor v.3.2 preview 2. There is no dist folder. should be published to wwwroot folder instead

https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-preview-2-release-now-available/

jsakamoto commented 4 years ago

@tomasgerhardsen Thanks for heads up me!

I'm working on update the "Blazor I18nText" to be suitable for Blazor v.3.2 preview 2.

Please wait for a few days!

jsakamoto commented 4 years ago

I published "Blazor I18n Text" ver.9.0.0 for Blazor v.3.2 preview 2, just now.

Let's try it!