mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🗒️ 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:
@@ -325,8 +325,8 @@ class extends Component {
|
||||
<flux:label>{{ __('Gemeinschaft') }}</flux:label>
|
||||
<flux:select wire:model="community">
|
||||
<flux:select.option value="">{{ __('Keine') }}</flux:select.option>
|
||||
<flux:select.option value="einundzwanzig">einundzwanzig</flux:select.option>
|
||||
<flux:select.option value="bitcoin">bitcoin</flux:select.option>
|
||||
<flux:select.option value="einundzwanzig">{{ __('Einundzwanzig Community') }}</flux:select.option>
|
||||
<flux:select.option value="bitcoin">{{ __('Allgemeine Bitcoin Community') }}</flux:select.option>
|
||||
</flux:select>
|
||||
<flux:description>{{ __('Gemeinschafts- oder Organisationsname') }}</flux:description>
|
||||
<flux:error name="community"/>
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user