[r21487]GrampsLocale: Set collation, currency, and calendar to lang

only on secondary locale objects.

svn: r21495
This commit is contained in:
John Ralls 2013-02-28 19:22:27 +00:00
parent ebcd0bb119
commit ebe1d0139c

View File

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