map English_United States to English dates
svn: r8820
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2007-08-15 Brian Matherly <brian@gramps-project.org>
|
||||
* src/DateHandler/_DateHandler.py: map English_United States to english
|
||||
|
||||
2007-08-14 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDbUtils/_WriteGedcom.py: fix problems identified by gedchk
|
||||
|
||||
|
@@ -61,11 +61,13 @@ else:
|
||||
LANG_TO_PARSER = {
|
||||
'C' : DateParser,
|
||||
'en' : DateParser,
|
||||
'English_United States' : DateParser,
|
||||
}
|
||||
|
||||
LANG_TO_DISPLAY = {
|
||||
'C' : DateDisplayEn,
|
||||
'en' : DateDisplayEn,
|
||||
'English_United States' : DateDisplayEn,
|
||||
'zh_CN' : DateDisplay,
|
||||
'zh_TW' : DateDisplay,
|
||||
'zh_SG' : DateDisplay,
|
||||
|
Reference in New Issue
Block a user