Skip to content
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

Bug: i18n fails when load qml with qml.NewQQmlApplicationEngine(nil) #21

Closed
longlongh4 opened this issue Apr 19, 2016 · 2 comments
Closed

Comments

@longlongh4
Copy link
Contributor

Don't known why, but it will fail to translate the QML files when create QmlEngine from go.
I tried to create QmlEngine from c++ and the translator works.

@therecipe
Copy link
Owner

I added a new example https://github.com/therecipe/qt/tree/master/internal/examples/quick/translate

Maybe the translation files aren't found in the relative path ?
Currently only the qml sub folder is embedded with qrc.

@longlongh4
Copy link
Contributor Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants