Fix tunnel animation icon and add missing localizations

Replace non-existent "tunnel.circle" SF Symbol with "circle.dashed" for
the tunnel vote animation. Add missing translations for haptic feedback
strings and "Close" across all 6 languages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-03-10 16:32:25 -05:00
parent e44f8242df
commit 24a1a7b072
6 changed files with 13788 additions and 13536 deletions

View File

@@ -44,7 +44,7 @@ enum CelebrationAnimationType: String, CaseIterable, Identifiable {
case .pulseWave: return "dot.radiowaves.left.and.right"
case .fireworks: return "fireworks"
case .morphBlob: return "drop.fill"
case .zoomTunnel: return "tunnel.circle"
case .zoomTunnel: return "circle.dashed"
case .gravityDrop: return "arrow.down.to.line"
}
}