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: r21845
This commit is contained in:
John Ralls 2013-04-02 00:05:56 +00:00
parent a15e676eef
commit 0196351c25

View File

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