mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
implement all needed tr() for localization
* implement some pt-BR translations * remove legacy about module
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
CountWindow < MainWindow
|
||||
id: countWindow
|
||||
text: Move Stackable Item
|
||||
!text: tr('Move Stackable Item')
|
||||
size: 196 112
|
||||
@onEscape: self:destroy()
|
||||
|
||||
Label
|
||||
text: Amount:
|
||||
!text: tr('Amount:')
|
||||
width: 64
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
@@ -26,7 +26,7 @@ CountWindow < MainWindow
|
||||
|
||||
Button
|
||||
id: buttonOk
|
||||
text: Ok
|
||||
!text: tr('Ok')
|
||||
width: 64
|
||||
anchors.right: next.left
|
||||
anchors.bottom: parent.bottom
|
||||
@@ -34,7 +34,7 @@ CountWindow < MainWindow
|
||||
|
||||
Button
|
||||
id: buttonCancel
|
||||
text: Cancel
|
||||
!text: tr('Cancel')
|
||||
width: 64
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
|
@@ -6,7 +6,6 @@ MiniWindow < UIMiniWindow
|
||||
text-offset: 24 5
|
||||
text-align: topLeft
|
||||
margin-bottom: 2
|
||||
move-policy: free updated
|
||||
image-source: /game/images/miniwindow.png
|
||||
image-border: 4
|
||||
image-border-top: 23
|
||||
|
Reference in New Issue
Block a user