mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #109] Default language not applied when set #59
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @struppthat on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/109
Originally assigned to: @glenndehaan on GitHub.
The problem
When the the flag "translation_default" is set to german ("de") the language in the kiosk defaults to english.
Any other default language isnt applied either.
Both changes in the compose.yaml or the the config.json yield the same result.
What version of UniFi Voucher Site has the issue?
latest
What was the last working version of UniFi Voucher Site?
No response
What type of installation are you running?
Docker
Anything in the logs that might be useful for us?
Additional information
No response
@glenndehaan commented on GitHub (Dec 8, 2025):
Hi @struppthat,
Technically this was not really a bug. See the
TRANSLATION_DEFAULToption would select the default language within the admin ui elements (Email & Print Dialogs). It was never intended to pre-select a user language within the kiosk (Since this is a user preference).I do see that this could be confusing so I created a workaround and version 8.5.0 now redirects the user to the set
TRANSLATION_DEFAULTif no language has been selected yet.Kind regards,
Glenn de Haan