From 771c6c066ac98f3b708bdb5dd2279dd8bffd307d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 9 Dec 2024 21:46:21 +0100 Subject: [PATCH] Chore: translation sync --- src/UI/OpeningHours/OpeningHours.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/OpeningHours/OpeningHours.ts b/src/UI/OpeningHours/OpeningHours.ts index 2d4efc08f..4053b6674 100644 --- a/src/UI/OpeningHours/OpeningHours.ts +++ b/src/UI/OpeningHours/OpeningHours.ts @@ -951,13 +951,13 @@ export class ToTextualDescription { * const oh = new opening_hours("mon 12:00-16:00") * const ranges = OH.createRangesForApplicableWeek(oh) * const tr = ToTextualDescription.createTextualDescriptionFor(oh, ranges.ranges) - * tr.textFor("en") // => "On monday from 12:00 till 16:00" + * tr.textFor("en") // => "On Monday from 12:00 till 16:00" * tr.textFor("nl") // => "Op maandag van 12:00 tot 16:00" * * const oh = new opening_hours("mon 12:00-16:00; tu 13:00-14:00") * const ranges = OH.createRangesForApplicableWeek(oh) * const tr = ToTextualDescription.createTextualDescriptionFor(oh, ranges.ranges) - * tr.textFor("en") // => "On monday from 12:00 till 16:00. On tuesday from 13:00 till 14:00" + * tr.textFor("en") // => "On Monday from 12:00 till 16:00. On Tuesday from 13:00 till 14:00" * tr.textFor("nl") // => "Op maandag van 12:00 tot 16:00. Op dinsdag van 13:00 tot 14:00" */ public static createTextualDescriptionFor(