mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
implement all needed tr() for localization
* implement some pt-BR translations * remove legacy about module
This commit is contained in:
@@ -3,8 +3,9 @@ Client = {}
|
||||
function Client.reloadScripts()
|
||||
dofile '/otclientrc'
|
||||
reloadModules()
|
||||
TextMessage.displayEventAdvance('All modules and scripts were reloaded.')
|
||||
print('All modules and scripts were reloaded.')
|
||||
local message = tr('All modules and scripts were reloaded.')
|
||||
TextMessage.displayEventAdvance(message)
|
||||
print(message)
|
||||
end
|
||||
|
||||
function Client.init()
|
||||
|
Reference in New Issue
Block a user