From a67b7b7d11e8eff8ed8d1d348907ca04911fa3fc Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 2 Apr 2013 20:35:38 +0000 Subject: [PATCH] [r21845]GrampsLocale: Report the plugin when complaining About not being able to find a translation. Well, that's usually the source of this warning. With an unsupported locale it will say "share". svn: r21855 --- gramps/gen/datehandler/_datehandler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gen/datehandler/_datehandler.py b/gramps/gen/datehandler/_datehandler.py index 30dc42583..04efb249b 100644 --- a/gramps/gen/datehandler/_datehandler.py +++ b/gramps/gen/datehandler/_datehandler.py @@ -83,6 +83,7 @@ LANG_TO_PARSER = { LANG_TO_DISPLAY = { 'C' : DateDisplayEn, 'en' : DateDisplayEn, + 'en_GB' : DateDisplayEn, 'English_United States' : DateDisplayEn, 'zh_CN' : DateDisplay, 'zh_TW' : DateDisplay,