mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:55:53 +08:00
Add internationalisation for ChangeLog plug-in
Some of these strings were not translated. Contributes to issue CURA-1190.
This commit is contained in:
parent
a056ddc885
commit
a60f63c71b
@ -12,8 +12,8 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
minimumWidth: 400
|
minimumWidth: 400
|
||||||
minimumHeight: 300;
|
minimumHeight: 300
|
||||||
title: "Changelog"
|
title: catalog.i18nc("@label", "Changelog")
|
||||||
|
|
||||||
ScrollView
|
ScrollView
|
||||||
{
|
{
|
||||||
@ -28,8 +28,13 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
|
UM.I18nCatalog
|
||||||
|
{
|
||||||
|
id: catalog
|
||||||
|
name: "cura"
|
||||||
|
}
|
||||||
anchors.bottom:parent.bottom
|
anchors.bottom:parent.bottom
|
||||||
text: "close"
|
text: catalog.i18nc("@action:button", "Close")
|
||||||
onClicked: base.hide()
|
onClicked: base.hide()
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user