mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
implement all needed tr() for localization
* implement some pt-BR translations * remove legacy about module
This commit is contained in:
@@ -16,7 +16,7 @@ OptionCheckBox < CheckBox
|
||||
|
||||
MainWindow
|
||||
id: optionsWindow
|
||||
text: Options
|
||||
!text: tr('Options')
|
||||
size: 286 230
|
||||
|
||||
@onEnter: Options.hide()
|
||||
@@ -37,7 +37,7 @@ MainWindow
|
||||
margin-top: 10
|
||||
|
||||
Button
|
||||
text: Ok
|
||||
!text: tr('Ok')
|
||||
width: 64
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
|
Reference in New Issue
Block a user