Skip to content

Commit

Permalink
try fix #1014
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Jan 24, 2024
1 parent e131345 commit aafe90b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,8 @@ def __init__(self):
self.elsbutton.toggled.connect(self.els)

# languages setting
if "LANG" not in os.environ:
os.environ["LANG"] = "en_US"
langlayout = widgets.QHBoxLayout()
self.langcombo = widgets.QComboBox()
langlabels = widgets.QLabel(_("Interface language (need save and close)"))
Expand Down

0 comments on commit aafe90b

Please sign in to comment.