bugfix
This commit is contained in:
parent
b555938e84
commit
91affcd3e4
@ -153,8 +153,9 @@ class MiniI18N:
|
||||
threadid = threading.currentThread()
|
||||
return self.clientLangs[threadid]['lang']
|
||||
|
||||
def getI18N(coding='utf8'):
|
||||
path = ProgramPath()
|
||||
def getI18N(path=None, coding='utf8'):
|
||||
if path is None:
|
||||
path = ProgramPath()
|
||||
i18n = MiniI18N(path,coding)
|
||||
return i18n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user