Archived
1
0
Fork 0

Update i18n.py

This commit is contained in:
yzhh 2023-08-09 01:01:28 +08:00
parent 6ffbe2c7aa
commit 59375c1b4d

View file

@ -26,7 +26,6 @@ class LocaleNode():
def query_node(self, path: str):
'''查询本地化树节点'''
Logger.warn('Quering locale node: ' + path)
return self._query_node(path.split('.'))
def _query_node(self, path: list):