mygramps/__pycache__
Daniel Viegas 6f0ccc04b4 Fix EventType dictionary key error and translation function shadowing
- Fixed EventType objects not being hashable by extracting integer value
- Fixed UnboundLocalError by removing variable shadowing of translation function _
- Updated all tuple unpacking to use proper variable names instead of _
- All event types now properly supported with color/shape mapping
- Plugin fully compatible with Gramps 5.1
2025-11-28 22:52:16 +01:00
..