feat: enhance rosary with final prayer and mystery titles

- Add RosaryFinalPrayer component with Latin and German text
- Display short mystery titles in decade headings (e.g., "5. Gesätz: Kreuzigung")
- Add descriptive titles to initial three Ave Marias (Glaube, Hoffnung, Liebe)
- Add closing cross symbol to signal final sign of the cross
- Mystery titles update dynamically when switching between rosary types
This commit is contained in:
2025-12-16 13:42:17 +01:00
parent 0740b62e94
commit 10cb650548
3 changed files with 74 additions and 5 deletions

View File

@@ -44,5 +44,10 @@
"mongoose": "^8.0.0",
"node-cron": "^4.2.1",
"sharp": "^0.33.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}
}