You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your browser sends a non-English Accept-Language header that we support (Finnish, French, Italian, Russian, German, and Spanish), then the admin will completely fail to load.
This is due to us now supporting multiple languages, but we forgot to include the .js i18n files in the Rails asset precompile list, so the app is bombing with this type of error:
This has been fixed in the v0.7.1 packages that have been released. More integration tests have been added to ensure all the languages function properly in the built packages.
If your browser sends a non-English
Accept-Language
header that we support (Finnish, French, Italian, Russian, German, and Spanish), then the admin will completely fail to load.This is due to us now supporting multiple languages, but we forgot to include the .js i18n files in the Rails asset precompile list, so the app is bombing with this type of error:
I think we just need to add these .js files to the precompile list. We should add better testing surrounding this into our integration tests.
The text was updated successfully, but these errors were encountered: