Update legal documents and localization for compliance and clarity
- Updated .env.example with legal operator details for compliance. - Refactored Impressum, Privacy, and Terms pages to utilize a new LegalDocument component for improved structure and maintainability. - Enhanced localization files to include legal content in both German and English, ensuring accurate representation of legal information. - Improved i18n handling to support locale detection from Accept-Language headers.
This commit is contained in:
@@ -16,9 +16,6 @@ return [
|
||||
// Live stats from the WebUI public API (falls back to placeholders on failure)
|
||||
'stats_api_url' => 'https://dashboard.nexumi.de/api/public/stats',
|
||||
|
||||
// Footer legal pages (still hosted on the dashboard app)
|
||||
// Bot status page (dashboard)
|
||||
'status_url' => 'https://dashboard.nexumi.de/status',
|
||||
'impressum_url' => 'https://dashboard.nexumi.de/impressum',
|
||||
'privacy_url' => 'https://dashboard.nexumi.de/privacy',
|
||||
'terms_url' => 'https://dashboard.nexumi.de/terms',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user