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 4c44c53bf9
commit 5627c90694
3 changed files with 74 additions and 5 deletions
+6 -1
View File
@@ -44,5 +44,10 @@
"mongoose": "^8.0.0",
"node-cron": "^4.2.1",
"sharp": "^0.33.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}
}