Description
The event page at https://www.need4deed.org/event-page (src/pages/EventPage.tsx) is fully hard-coded in German. It needs to be in English, and the event language indicator should also reflect that the VolunTea event is conducted in English.
Current state
All text in EventPage.tsx is hard-coded German:
- Date label, location, audience, language, description, and CTA button are all in German
Sprache: Deutsch — but the event language is English
Required changes
Translate the hard-coded content in src/pages/EventPage.tsx to English:
| Current (German) |
English |
Donnerstag, 05.06.2026 — 17:30–19:30 Uhr (Einlass ab 17:00) |
Thursday, 05 June 2026 — 5:30–7:30 PM (Doors open at 5:00 PM) |
Für Freiwillige, die Geflüchtete unterstützen |
For volunteers who support refugees |
Sprache: Deutsch |
Language: English |
| German description paragraph |
English equivalent |
Jetzt anmelden |
Register now |
Nav items (ÜBER UNS, EHRENAMTSANGEBOTE) |
Already handled by i18n — ensure page renders in English |
Notes
- The navigation bar is also showing in German (
ÜBER UNS, EHRENAMTSANGEBOTE) — this may be due to fallbackLng: Lang.DE in src/config/i18next.ts, which should be checked too.
Description
The event page at https://www.need4deed.org/event-page (
src/pages/EventPage.tsx) is fully hard-coded in German. It needs to be in English, and the event language indicator should also reflect that the VolunTea event is conducted in English.Current state
All text in
EventPage.tsxis hard-coded German:Sprache: Deutsch— but the event language is EnglishRequired changes
Translate the hard-coded content in
src/pages/EventPage.tsxto English:Donnerstag, 05.06.2026 — 17:30–19:30 Uhr (Einlass ab 17:00)Thursday, 05 June 2026 — 5:30–7:30 PM (Doors open at 5:00 PM)Für Freiwillige, die Geflüchtete unterstützenFor volunteers who support refugeesSprache: DeutschLanguage: EnglishJetzt anmeldenRegister nowÜBER UNS,EHRENAMTSANGEBOTE)Notes
ÜBER UNS,EHRENAMTSANGEBOTE) — this may be due tofallbackLng: Lang.DEinsrc/config/i18next.ts, which should be checked too.