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

bugfix

parent 7cd28d5e
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ log.addHandler(h)
logger = common.logger.Logger()
DATA_DIR = '../data'
LANG = os.getenv('LANG') # en, fr, el etc..
LANG = os.getenv('LANG') # en_US, fr_FR, el_GR etc..
if LANG:
LANG = LANG[:3]
LANG = LANG[:2] # en, fr, el etc..
else:
LANG = 'en'
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