fm.teal.alpha.feed.play lexicon.
feat: implement duplicate detection and locale-aware formatting
Add complete duplicate detection system with formatted output.
New functions:
- fetchAllRecords(): Fetch all records including duplicates with progress
- findDuplicates(): Group records by key and identify duplicates
- removeDuplicates(): Remove duplicate records with progress tracking
Improvements:
- Import formatDate and formatDateRange from helpers
- Update displaySyncStats() to use formatDateRange()
- Update filterNewRecords() to use formatDate() with timestamps
- Progress updates every 500 records during fetch
- Dry-run support in removeDuplicates()
- Example display (up to 5) before removal
- Progress bar with speed tracking during deletion