diff --git a/ChangeLog b/ChangeLog index 091416e9d..f586cc972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-10-29 Alex Roitman + * src/plugins/rel_da.py: Add more locales. + 2006-10-28 Don Allingham * help/C/gramps.xml: preferences changes * help/gramps.pot: updated diff --git a/src/plugins/rel_da.py b/src/plugins/rel_da.py index fac987772..e9f0f9817 100644 --- a/src/plugins/rel_da.py +++ b/src/plugins/rel_da.py @@ -204,4 +204,5 @@ class RelationshipCalculator(Relationship.RelationshipCalculator): register_relcalc(RelationshipCalculator, [ "da", "DA", "da_DK", "danish", "Danish", "da_DK.UTF8", "da_DK@euro", "da_DK.UTF8@euro", "dansk", "Dansk", - "da_DK.UTF-8", "da_DK.utf-8", "da_DK.utf8"]) + "da_DK.UTF-8", "da_DK.utf-8", "da_DK.utf8", + "da_DK.ISO-8859-1","da_DK.iso-8859-1","da_DK.iso88591" ])