Commit graph

3 commits

Author SHA1 Message Date
nocci
d0622ae361 🌐 i18n(translation): add archive-related translations
- add new translation keys for archive feature in both German and English

 feat(server): implement archived servers feature

- create endpoints for listing and restoring archived servers
- add HTML template for displaying archived servers
- update navigation to include archived servers link
2025-12-06 14:32:23 +00:00
nocci
21d7c1e9a6 🐛 fix(i18n): handle missing session in locale resolution
- add exception handling to manage cases where session is not in request scope
2025-12-06 14:01:30 +00:00
nocci
cc7c75ba33 🌐 i18n(i18n): add multilingual support with translations
- create i18n.py for managing translations and resolving locale
- add German and English translations for various UI components
- integrate translation functions into templates for dynamic language support
2025-12-06 13:58:46 +00:00