mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #160] Usage of Qt i18n #99
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MrCj on GitHub (Aug 20, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/160
Originally assigned to: @shartte on GitHub.
Please give some examples how to use Qt native i18n tools such as qsTr in QML
@vadi2 commented on GitHub (Aug 20, 2019):
There's QML documentation for this: https://doc.qt.io/qt-5/qtquick-internationalization.html :)
@MrCj commented on GitHub (Aug 20, 2019):
This is good, but how to install translator QCoreApplication::installTranslator() and call QQmlEngine::retranslate()?
@pauldotknopf commented on GitHub (Aug 20, 2019):
You can't currently. I'd accept a pull request that adds a
installTranslatormethod toQCoreApplication.