mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-29 16:30:14 +00:00
🌐 Introduce dynamic domain-based locale and country handling
- Added `DomainMiddleware` to dynamically set locale, language-country session, and app name based on domain.
- Updated views and components to leverage `lang_country` session for language and region-specific content.
- Enhanced country parameter retrieval with `config('app.domain_country')` as fallback.
- Refined language filtering by scanning available language files dynamically.
- Added language-specific assets and translations (`nl.json`, `es.json`) with improved language-region associations.
- Updated `app-logo-icon` to display region-specific images or default SVGs.
- Improved views with cleaner, dynamic rendering and session-aware functionalities.
This commit is contained in:
19
lang/de.json
19
lang/de.json
@@ -440,5 +440,22 @@
|
||||
"Öffnen/RSVP": "",
|
||||
"Über den Dozenten": "",
|
||||
"Über den Kurs": "",
|
||||
"Über uns": ""
|
||||
"Über uns": "",
|
||||
"Details": "",
|
||||
"Die Endzeit muss nach der Startzeit liegen.": "",
|
||||
"Startdatum": "",
|
||||
"An welchem Tag beginnt das Event?": "",
|
||||
"Um wie viel Uhr beginnt das Event?": "",
|
||||
"Enddatum": "",
|
||||
"An welchem Tag endet das Event?": "",
|
||||
"Um wie viel Uhr endet das Event?": "",
|
||||
"Datum": "",
|
||||
"An welchem Tag findet das Event statt?": "",
|
||||
"Uhrzeit": "",
|
||||
"Um wie viel Uhr startet das Event?": "",
|
||||
"Zeitzone": "",
|
||||
"Wähle deine Zeitzone aus...": "",
|
||||
"Zeitzone erfolgreich aktualisiert": "",
|
||||
"Wähle deine Zeitzone...": "",
|
||||
"Suche Zeitzone...": ""
|
||||
}
|
||||
Reference in New Issue
Block a user