Automatically load appropriate suggestions for brands and operators

This commit is contained in:
Pieter Vander Vennet 2024-05-23 11:28:51 +02:00
parent 3146fa0d26
commit 67f23eea14
11 changed files with 70 additions and 47 deletions

View file

@ -55,7 +55,7 @@ export default class OpeningHoursVisualization extends Toggle {
applicableWeek.startingMonday
)
Locale.language.mapD((lng) => {
console.log("Setting OH description to", lng, textual)
console.debug("Setting OH description to", lng, textual)
vis.ConstructElement().ariaLabel = textual.textFor(lng)
})
return vis