diff --git a/package.json b/package.json index 10cdcd3f..160e97d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homepage", - "version": "1.67.0", + "version": "1.67.1", "private": true, "type": "module", "scripts": { diff --git a/src/lib/components/faith/AngelusStreakCounter.svelte b/src/lib/components/faith/AngelusStreakCounter.svelte index d18f55ce..14b21a73 100644 --- a/src/lib/components/faith/AngelusStreakCounter.svelte +++ b/src/lib/components/faith/AngelusStreakCounter.svelte @@ -2,6 +2,7 @@ import { browser } from '$app/environment'; import { getAngelusStreak, getCurrentTimeSlot, type TimeSlot } from '$lib/stores/angelusStreak.svelte'; import StreakAura from '$lib/components/faith/StreakAura.svelte'; +import StreakInfoButton from '$lib/components/faith/StreakInfoButton.svelte'; import Coffee from '@lucide/svelte/icons/coffee'; import Sun from '@lucide/svelte/icons/sun'; import Moon from '@lucide/svelte/icons/moon'; @@ -91,6 +92,7 @@ async function pray() {
+ This counter tracks consistency, not piety. The Church proposes regular rhythms of prayer (CCC 2698) — we are creatures of body and spirit (CCC 2702), and habit forms us. On weary days the count can be a small nudge to keep faithful to that routine. +
+
+ But the number itself is empty. Christ warns: In praying do not heap up empty phrases as the Gentiles do; for they think that they will be heard for their many words
(Mt 6:7). What matters is that the heart should be present to him to whom we are speaking
(CCC 2700). One prayer prayed with attention is worth more than thirty rushed to keep a count alive. And clinging to the streak as proof of one's piety only opens the door to the wounded pride the Catechism warns of (CCC 2728).
+
+ Numerus iste constantiam metitur, non pietatem. Ecclesia rhythmos cotidianos orationis commendat (CCC 2698) — homo enim corpus et spiritus est (CCC 2702), atque consuetudine formamur. Diebus laboriosis numerus parvulum incitamentum esse potest, ut consuetudini fideles maneamus. +
+
+ Numerus tamen ipse vacuus est. Christus monet: Orantes nolite multum loqui, sicut ethnici; putant enim quod in multiloquio suo exaudiantur
(Mt 6,7). Quod refert est ut cor adsit Ei cui loquimur
(CCC 2700). Una oratio attente fusa pluris est quam triginta praecipitanter recitatae ut numerus servetur. Qui autem numerum tenet ut testimonium pietatis suae, ostium aperit superbiae læsæ, quam Catechismus monet (CCC 2728).
+
+ Diese Zählung misst Beständigkeit, nicht Frömmigkeit. Die Kirche empfiehlt regelmässige Gebetsrhythmen (KKK 2698) — der Mensch ist Leib und Geist (KKK 2702), und Gewohnheit formt uns. An müden Tagen kann die Zahl ein kleiner Anstoss sein, in der Routine zu bleiben. +
+
+ Die Zahl selbst aber ist leer. Christus mahnt: Plappert nicht wie die Heiden, die meinen, sie würden nur erhört, wenn sie viele Worte machen
(Mt 6,7). Worauf es ankommt, ist, dass das Herz dem zugewandt ist, zu dem es spricht
(KKK 2700). Ein einziges aufmerksam gebetetes Gebet ist mehr wert als dreissig hastig durchgeleierte, nur um den Zähler zu retten. Und wer am Streak als Beweis seiner Frömmigkeit festhält, öffnet die Tür zum verletzten Stolz, vor dem der Katechismus warnt (KKK 2728).
+