Add rich text formatting toolbar

This commit is contained in:
rucki
2026-08-27 10:57:14 +02:00
parent 18591ce90f
commit ade878a0cd
11 changed files with 153 additions and 4 deletions
+40
View File
@@ -644,6 +644,46 @@ msgstr "Team %(team)s erstellt. Nutze #%(slug)s für Team-Einträge."
msgid "You are now a member of team %(team)s."
msgstr "Du bist jetzt Mitglied im Team %(team)s."
#: core/templates/core/_format_toolbar.html
msgid "Bold"
msgstr "Fett"
#: core/templates/core/_format_toolbar.html
msgid "Italic"
msgstr "Kursiv"
#: core/templates/core/_format_toolbar.html
msgid "Underline"
msgstr "Unterstrichen"
#: core/templates/core/_format_toolbar.html
msgid "Inline code"
msgstr "Inline-Code"
#: core/templates/core/_format_toolbar.html
msgid "Heading"
msgstr "Überschrift"
#: core/templates/core/_format_toolbar.html
msgid "Quote"
msgstr "Zitat"
#: core/templates/core/_format_toolbar.html
msgid "Bullet list"
msgstr "Aufzählung"
#: core/templates/core/_format_toolbar.html
msgid "Numbered list"
msgstr "Nummerierte Liste"
#: core/templates/core/_format_toolbar.html
msgid "Select text, then format it"
msgstr "Text markieren und anschließend formatieren"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Text"
msgstr "Text"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Type"
msgstr "Typ"