mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
Add translations #55
Reference in New Issue
Block a user
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 @dgraf-gh on 6/12/2025
We want to have an app which can be fully translated.
For that, we extract all translatable string from the frontend. Since we are using htmx with SpringBoot we can rely on the MessageSource to provide the translated Strings inside the html fragments.