From 5d87391ac2884aa48010a04777c6ac7ea4584ad4 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 9 Dec 2025 23:52:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=92=EF=B8=8F=20Translate=20=E2=80=9Cco?= =?UTF-8?q?mmunity=E2=80=9D=20labels=20to=20German=20in=20meetup=20forms?= =?UTF-8?q?=20and=20landing=20page=20-=20Update=20select=20options=20with?= =?UTF-8?q?=20localized=20names=20(`Einundzwanzig=20Community`,=20`Allgeme?= =?UTF-8?q?ine=20Bitcoin=20Community`).=20-=20Wrap=20the=20heading=20text?= =?UTF-8?q?=20on=20the=20landing=20page=20with=20`=5F=5F()`=20for=20proper?= =?UTF-8?q?=20translation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/livewire/meetups/edit.blade.php | 4 ++-- resources/views/livewire/meetups/landingpage.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/meetups/edit.blade.php b/resources/views/livewire/meetups/edit.blade.php index 759c29e..7882828 100644 --- a/resources/views/livewire/meetups/edit.blade.php +++ b/resources/views/livewire/meetups/edit.blade.php @@ -325,8 +325,8 @@ class extends Component { {{ __('Gemeinschaft') }} {{ __('Keine') }} - einundzwanzig - bitcoin + {{ __('Einundzwanzig Community') }} + {{ __('Allgemeine Bitcoin Community') }} {{ __('Gemeinschafts- oder Organisationsname') }} diff --git a/resources/views/livewire/meetups/landingpage.blade.php b/resources/views/livewire/meetups/landingpage.blade.php index ecd2b9a..2b36979 100644 --- a/resources/views/livewire/meetups/landingpage.blade.php +++ b/resources/views/livewire/meetups/landingpage.blade.php @@ -144,7 +144,7 @@ class extends Component { @if($meetup->community)
- Community + {{ __('Community') }}

@if ($meetup->community === 'bitcoin') {{ __('Allgemeine Bitcoin Community') }}