We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The way language strings are fetched for the core editor is broken, and the language strings for the confirmation dialogs don't display correctly.
The text was updated successfully, but these errors were encountered:
This only happens in the released package version, so the loadPath to the language files seems to be incorrect for the release package.
It is set here:
Lumi/server/src/boot/app.ts
Line 30 in b0ce650
I guess there must be some prefix if you use the release package. The files can be found in resources/app/node_modules... in the release package.
resources/app/node_modules...
Sorry, something went wrong.
🎉 This issue has been resolved in version 0.5.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
The way language strings are fetched for the core editor is broken, and the language strings for the confirmation dialogs don't display correctly.
The text was updated successfully, but these errors were encountered: