1. 10 5月, 2023 1 次提交
    • xuchaoxin1375's avatar
      - initially support the interface language switch:between Chinese and English · 3caa54e2
      xuchaoxin1375 提交于
        - the approch to achieve the multilanguage support depending on language string resource py file:
          - `zh.py` for Chinese
          - `en.py` for english
        - for convenience,these module was managed by the `multilanguage.py`module.
        - unfortunately,these features was test in `fviewer.py`,the main gui was still unable to work normally because the `windows.close` caused the program broken!
      - improve the regex_filter performance by using `re.compile` instead `re.<function>`
      3caa54e2