mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: change opening hours handling
fix: opening hours not updating feat: lazy-load opening hours module feat: add e2e tests for opening hours refactor: migrate opening hours to on-push change detection feat: show exact minutes in opening hours starting one hour before next change
This commit is contained in:
@@ -69,15 +69,13 @@
|
||||
},
|
||||
"common": {
|
||||
"openingHours": {
|
||||
"closing": "Schließt {{relativeDateTime}}",
|
||||
"closing_soon_warning": "Schließt bald! Um {{time}} Uhr",
|
||||
"closing_today": "Schließt um {{time}} Uhr",
|
||||
"closing": "Schließt {{date}}",
|
||||
"closing_soon": "Schließt in {{duration}}",
|
||||
"state_closed": "Geschlossen",
|
||||
"state_maybe": "Vielleicht Geöffnet",
|
||||
"state_open": "Geöffnet",
|
||||
"opening": "Öffnet {{relativeDateTime}}",
|
||||
"opening_today": "Öffnet um {{time}} Uhr",
|
||||
"opening_soon_warning": "Öffnet bald! Um {{time}} Uhr"
|
||||
"opening": "Öffnet {{date}}",
|
||||
"opening_soon": "Öffnet in {{duration}}"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
||||
@@ -69,15 +69,13 @@
|
||||
},
|
||||
"common": {
|
||||
"openingHours": {
|
||||
"closing": "Closing {{relativeDateTime}}",
|
||||
"closing_soon_warning": "Closing soon! At {{time}}",
|
||||
"closing_today": "Closing at {{time}}",
|
||||
"closing": "Closing {{date}}",
|
||||
"closing_soon": "Closing in {{duration}}",
|
||||
"state_closed": "Closed",
|
||||
"state_maybe": "Maybe open",
|
||||
"state_open": "Open",
|
||||
"opening": "Opens {{relativeDateTime}}",
|
||||
"opening_today": "Opens at {{time}}",
|
||||
"opening_soon_warning": "Opens soon! At {{time}}"
|
||||
"opening": "Opens {{date}}",
|
||||
"opening_soon": "Opens in {{duration}}"
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
|
||||
Reference in New Issue
Block a user