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:
parent
a15e676eef
commit
0196351c25
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user