Skip to content
Snippets Groups Projects
Commit 2c7999af authored by nkour's avatar nkour
Browse files

typo

parent c1c48d92
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ try:
except:
pass
LANG = locale.getdefaultlocale() # en_US, fr_FR, el_GR etc..
LANG = locale.getdefaultlocale()[0] # en_US, fr_FR, el_GR etc..
if LANG is None:
LANG = 'en'
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment