Skip to content

Commit

Permalink
Merge branch 'master' into feat/components
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Aug 29, 2024
2 parents 219ceb6 + a73e887 commit 4185bed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions djangocms_frontend/contrib/link/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def build_attrs(self, base_attrs, extra_attrs=None):
def optgroups(self, name, value, attr=None):
groups = super(forms.Select, self).optgroups(name, value)
if not self.is_required and groups:
# Add an empty entry to allow for an empty value to be preselected
groups[0][1].insert(0, self.create_option(name, "", "", False, 0))
return groups

Expand Down
12 changes: 6 additions & 6 deletions djangocms_frontend/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ msgid ""
"Optional title of the plugin for easier identification. Its "
"<code>title</code> attribute will only be set if the checkbox is selected."
msgstr ""
"Optionaler Titel des Plugin für eine einfachere Identifikation. Sei "
"Optionaler Titel des Baustein für eine einfachere Identifikation. Sei "
"<code>title</code>-Attribut wird nur gesetzt, wenn das Auswahlkästchen "
"angewählt ist"

Expand Down Expand Up @@ -408,7 +408,7 @@ msgstr "Inhalts-Typ"

#: contrib/card/forms.py:189
msgid "Define the structure of the plugin."
msgstr "Definiert die Struktur des Plugins."
msgstr "Definiert die Struktur der Karte."

#: contrib/card/forms.py:193 contrib/grid/forms.py:173
msgid "Content alignment"
Expand Down Expand Up @@ -559,7 +559,7 @@ msgstr "Inhalt"

#: contrib/carousel/forms.py:184
msgid "Content may also be added using child plugins."
msgstr "Inhalt kann auch über weitere Plugins hinzugefügt werden."
msgstr "Inhalt kann auch über weitere Bausteine hinzugefügt werden."

#: contrib/carousel/models.py:29
msgid "Ride"
Expand Down Expand Up @@ -1313,7 +1313,7 @@ msgstr "Inhalt (eine Zeile)"
msgid "List item text. Is only show if this list item has no child plugins."
msgstr ""
"Text des Listen-Eintrags. Wird nur angezeigt, wenn der Listen-Eintrag keine "
"Töchter-Plugins hat."
"weiteren Bausteine enthält."

#: contrib/listgroup/forms.py:78
msgid "State"
Expand Down Expand Up @@ -1374,7 +1374,7 @@ msgstr "Start-Ebene dieser Seite (0: Wurzel, 1: erste Ebene, ...)"

#: contrib/navigation/forms.py:106
msgid "Enter brand name or add child plugins for brand icon or image"
msgstr "Marke eingeben oder Plugins für Markenlogo einfügen"
msgstr "Marke eingeben oder Bausteine für Markenlogo einfügen"

#: contrib/navigation/models.py:24
msgid "Navigation container"
Expand Down Expand Up @@ -1673,7 +1673,7 @@ msgstr "Frontend-Element"
#: settings.py:14
msgid "There are no further settings for this plugin. Please press save."
msgstr ""
"Für dieses Plugin gibt es keine weiteren Einstellungen. Bitte klicken Sie "
"Für diesen Baustein gibt es keine weiteren Einstellungen. Bitte klicken Sie "
"\"Speichern\"."

#: settings.py:73
Expand Down

0 comments on commit 4185bed

Please sign in to comment.