jsakamoto / Toolbelt.Blazor.I18nText

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

Translation on azure #24

Closed brux88 closed 4 years ago

brux88 commented 4 years ago

hello to me it works locally but when I publish on azure I can't find the translations, what could it be? i am using blazor webassembly

jsakamoto commented 4 years ago

@brux88 Thank you for your report!

I'm working on solving this issue.

The changes by upgrading the Blazor build system in these days must break it.

The workaround of at this time is using dotnet CLI to publishing.

jsakamoto commented 4 years ago

I fixed this problem just now.

Please try ver.9.0.1 out.

brux88 commented 4 years ago

thank you now work