[r21487]GrampsLocale: Set collation, currency, and calendar to lang
only on secondary locale objects. svn: r21495
This commit is contained in:
parent
ebcd0bb119
commit
ebe1d0139c
@ -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