Daniel Viegas 4f757aeeb4 Fix: Use hashable cache key for event type normalization
- Change cache key from EventType (unhashable) to normalized int
- Fixes TypeError: unhashable type: 'EventType' error
- Cache now uses normalized integer as both key and value

This ensures the cache works correctly with non-hashable EventType objects
while maintaining caching benefits for repeated conversions.
2025-11-30 01:33:32 +01:00
Description
MyTimeline Gramps plugin
822 KiB
Languages
Python 94.2%
Shell 5.8%