Commit d2ba1b2c authored by Cyril Laguilhon-Debat's avatar Cyril Laguilhon-Debat

Change location of locale/ directory

necessary for windows compatibility
parent 88a7b10c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Set up Internationalization using gettext # Set up Internationalization using gettext
import gettext import gettext
gettext.install('pronterface', '/usr/share/pronterface/locale', unicode=1) gettext.install('pronterface', './locale', unicode=1)
try: try:
import wx import wx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment