From ebe1d0139c6ad1612a585fda05fc08676ac4ec15 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 28 Feb 2013 19:22:27 +0000 Subject: [PATCH] [r21487]GrampsLocale: Set collation, currency, and calendar to lang only on secondary locale objects. svn: r21495 --- gramps/gen/utils/grampslocale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 14136fa1b..6bd1982a7 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -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