GrampsLocale: Set collation, currency, and calendar to lang only on secondary locale objects.
svn: r21487
This commit is contained in:
parent
c0aa613e4a
commit
ca80adeb01
@ -233,7 +233,7 @@ class GrampsLocale(object):
|
||||
else:
|
||||
self.lang = self._GrampsLocale__first_instance.lang
|
||||
|
||||
self.collation = self.currency = self.calendar = self.lang
|
||||
self.collation = self.currency = self.calendar = self.lang
|
||||
|
||||
self.icu_locales = {}
|
||||
self.collator = None
|
||||
|
Loading…
Reference in New Issue
Block a user