This commit is contained in:
Nikos Kouremenos 2006-02-10 13:19:02 +00:00
parent c1c48d9210
commit 2c7999af67
1 changed files with 1 additions and 1 deletions

View File

@ -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: