feat(profile): expose default_document_language in profile API and UI
- Add default_document_language to ProfileResponse and ProfileUpdateRequest - Handle validation in PATCH /api/profile endpoint - Add dropdown in profile.html template with Alpine.js binding - Add translation keys for profile UI labels - Add comprehensive tests for profile default language feature Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -1377,6 +1377,9 @@
|
||||
"profile.contact_email_label": "Contact / Notification E-mail",
|
||||
"profile.contact_email_placeholder": "you@example.com",
|
||||
"profile.current_password": "Current Password",
|
||||
"profile.default_document_language_auto": "Use system default",
|
||||
"profile.default_document_language_hint": "Documents in other languages are automatically translated into this language. Leave blank to use the system default (English).",
|
||||
"profile.default_document_language_label": "Default Document Language",
|
||||
"profile.dismiss": "Dismiss",
|
||||
"profile.display_name_hint": "Leave blank to use your account username or email.",
|
||||
"profile.display_name_label": "Display Name",
|
||||
|
||||
Reference in New Issue
Block a user