1
mirror of https://github.com/monero-project/monero-gui synced 2024-10-03 12:07:34 +02:00

Wizard modification for italian translation

This commit is contained in:
signo88 2016-11-08 15:47:00 +01:00 committed by GitHub
parent c9bb2f5718
commit 71e0036fdf

View File

@ -82,8 +82,9 @@ Item {
wrapMode: Text.Wrap
// hack to implement dynamic translation
// https://wiki.qt.io/How_to_do_dynamic_translation_in_QML
text: qsTr("Welcome") /*+
translationManager.emptyString*/
text: qsTr("Welcome") +
translationManager.emptyString
}
Text {
@ -95,8 +96,7 @@ Item {
//renderType: Text.NativeRendering
color: "#4A4646"
wrapMode: Text.Wrap
text: qsTr("Please choose a language and regional format.")
// + translationManager.emptyString
text: qsTr("Please choose a language and regional format.") + translationManager.emptyString
}
}
// Flags model