-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console error on change language #7
Comments
Thank you for your reporting! Sorry, this is by design at this time to keep lower compatibility. However, it might be fixed in these days. I'll consider when it should be fixed. |
"Blazor I18n Text" ver.7 reduced the "404 Not Found" error with breaking changes to search only "_content" folder. However, due to the architecture and design, the "404 Not Found" error cannot be eliminated in all case. (The library cannot determine what language's files are exists at compile time) |
Hi,
i'm on preview 9 with the latest version, if i change the language all works but in console i have the error
blazor.webassembly.js:1 GET https://xxxx.azurewebsites.net/content/i18ntext/ReferralShare.Client.I18nText.Text.it.json 404 (Not Found)
this is correct because the file is in the folder
_content/i18ntext/ReferralShare.Client.I18nText.Text.it.json
Someone can fix this bug?
Thanks!!!
The text was updated successfully, but these errors were encountered: