[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
This commit is contained in:
John Ralls 2013-04-02 20:35:38 +00:00
parent 019ad16239
commit a67b7b7d11

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,