ML: Fixed HotReload and RTL/LTR integration for UI Arabic

This commit is contained in:
rtw1x1
2026-02-18 20:00:05 +00:00
parent 5e5e49f048
commit c9052deb4d
16 changed files with 670 additions and 657 deletions

View File

@@ -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"