🗒️ Translate “community” labels to German in meetup forms and landing page

- Update select options with localized names (`Einundzwanzig Community`, `Allgemeine Bitcoin Community`).
- Wrap the heading text on the landing page with `__()` for proper translation.
This commit is contained in:
HolgerHatGarKeineNode
2025-12-09 23:52:54 +01:00
parent 538ae5808a
commit 5d87391ac2
2 changed files with 3 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ class extends Component {
@if($meetup->community)
<div>
<flux:heading size="sm" class="mb-2">Community</flux:heading>
<flux:heading size="sm" class="mb-2">{{ __('Community') }}</flux:heading>
<p class="text-gray-700 dark:text-gray-300">
@if ($meetup->community === 'bitcoin')
{{ __('Allgemeine Bitcoin Community') }}