mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Make translation a bit easier to get grammatically correct
We should not append translations to each other. That doesn't work in different languages. Contributes to issue CURA-6257.
This commit is contained in:
parent
31c57d0113
commit
04f11e4abf
@ -20,7 +20,7 @@ Column
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
text: catalog.i18nc("@label", "Hi " + profile.username)
|
text: catalog.i18nc("@label The argument is a username.", "Hi %1").format(profile.username)
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user