mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-01-13 15:28:58 +01:00
Update lang_manager.py (Sync Ver.200626)
This commit is contained in:
parent
9aede245f2
commit
457db4ad44
@ -31,15 +31,16 @@ class LangManager(object):
|
||||
self.SetLangs()
|
||||
|
||||
def IsCJKMode(self):## in MultiLabel, latins seped by white spaces,CJK no needs for that
|
||||
latins = ["English"]
|
||||
self._CJKMode = True
|
||||
# latins = ["English"]
|
||||
# self._CJKMode = True
|
||||
|
||||
for i in latins:
|
||||
if i in self._ConfigFileName:
|
||||
self._CJKMode= False
|
||||
break
|
||||
# for i in latins:
|
||||
# if i in self._ConfigFileName:
|
||||
# self._CJKMode= False
|
||||
# break
|
||||
|
||||
return self._CJKMode
|
||||
# return self._CJKMode
|
||||
return False
|
||||
|
||||
def SetLangs(self):
|
||||
self._Config = CaseConfigParser()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user