Added guestName translation to kiosk.json. Implemented time.json to time util translations. Updated info.js to reflect kiosk name requirement. Updated mail.js and print.js for localized time translations. Implemented optional guest name (voucher note) within kiosk.ejs. Implemented translations within time.js. Updated docker-compose.yml. Updated dependencies. Updated README.md

This commit is contained in:
Glenn de Haan
2025-07-07 21:29:45 +02:00
parent 87fd80b0e8
commit b3f1988982
14 changed files with 135 additions and 113 deletions

View File

@@ -33,5 +33,6 @@ services:
SMTP_PASSWORD: ''
KIOSK_ENABLED: 'false'
KIOSK_VOUCHER_TYPE: '480,1,,,'
KIOSK_NAME_REQUIRED: 'false'
LOG_LEVEL: 'info'
TRANSLATION_DEBUG: 'false'