Skip to content

Commit 596db65

Browse files
authored
Locally enforce English (#1449)
1 parent dd55f27 commit 596db65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deeplabcut/gui/launch_script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ def __init__(self):
4242

4343
def launch_dlc():
4444
app = wx.App()
45+
app.locale = wx.Locale(wx.LANGUAGE_ENGLISH)
4546
frame = MainFrame().Show()
46-
app.MainLoop()
47+
app.MainLoop()

0 commit comments

Comments
 (0)