Fixed a typo LC_MONETARY -> 'LC_MONETARY'.
svn: r21283
This commit is contained in:
parent
81a702e9af
commit
ccffe86db1
@ -125,7 +125,7 @@ class GrampsLocale(object):
|
|||||||
if "LC_MONETARY" not in os.environ:
|
if "LC_MONETARY" not in os.environ:
|
||||||
self.currency = lang
|
self.currency = lang
|
||||||
else:
|
else:
|
||||||
self.currency = os.environ[LC_MONETARY]
|
self.currency = os.environ["LC_MONETARY"]
|
||||||
|
|
||||||
if "LC_TIME" not in os.environ:
|
if "LC_TIME" not in os.environ:
|
||||||
self.calendar = lang
|
self.calendar = lang
|
||||||
|
Loading…
Reference in New Issue
Block a user