forked from metin-server/m2dev-client
ML: Fixed HotReload and RTL/LTR integration for UI Arabic
This commit is contained in:
@@ -55,9 +55,11 @@ class Console(object):
|
||||
|
||||
def ReloadLocale(self):
|
||||
"Reload Locale"
|
||||
reload(localeInfo)
|
||||
reload(uiScriptLocale)
|
||||
self.Print("RELOAD LOCALE")
|
||||
import app
|
||||
if app.ReloadLocale():
|
||||
self.Print("RELOAD LOCALE OK")
|
||||
else:
|
||||
self.Print("RELOAD LOCALE FAILED")
|
||||
|
||||
def ReloadDevel(self):
|
||||
"ReloadDevel"
|
||||
|
||||
Reference in New Issue
Block a user