Fixed locales in arrow for Catala and Basque (Galician is pending)

This commit is contained in:
2015-02-22 18:45:26 -06:00
parent 88d7898dba
commit 35f70e050a
3 changed files with 95 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import application
import keys
from mysc.thread_utils import call_threaded
from update import updater
import fixes
log = logging.getLogger("main")
def setup():
@@ -35,6 +36,7 @@ def setup():
else:
sm.do_ok()
del sm
fixes.setup()
r = mainController.Controller()
r.view.Show()
r.do_work()