1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-11-14 18:05:50 +00:00

add track name to PDF export

This commit is contained in:
Franzi 2024-10-31 21:14:16 +01:00
parent 73bd7f6c96
commit cd77ee8b91
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 23 additions and 16 deletions

View file

@ -153,6 +153,13 @@ class PDFInfoPage(Flowable):
)
self._space()
if self.talk.submission.track:
self._add(
Paragraph(
f"{self._localize(_('Track:'))} {self._localize(self.talk.submission.track.name)}",
style=self.style["Meta"],
)
)
self._add(
Table(
[

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-31 20:19+0100\n"
"POT-Creation-Date: 2024-10-31 21:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -35,31 +35,31 @@ msgstr ""
msgid "DO NOT RECORD - DO NOT STREAM"
msgstr "NICHT AUFNEHMEN - NICHT STREAMEN"
#: exporter.py:160
#: exporter.py:167
msgid "Duration"
msgstr "Dauer"
#: exporter.py:161
#: exporter.py:168
msgid "Language"
msgstr "Sprache"
#: exporter.py:162
#: exporter.py:169
msgid "Type"
msgstr "Typ"
#: exporter.py:163
#: exporter.py:170
msgid "Code"
msgstr "Code"
#: exporter.py:207
#: exporter.py:214
msgid "Questions"
msgstr "Fragen"
#: exporter.py:235
#: exporter.py:242
msgid "Notes"
msgstr "Notizen"
#: exporter.py:257
#: exporter.py:264
msgid "Internal Notes"
msgstr "Interne Notizen"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-31 20:18+0100\n"
"POT-Creation-Date: 2024-10-31 21:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -32,31 +32,31 @@ msgstr ""
msgid "DO NOT RECORD - DO NOT STREAM"
msgstr ""
#: exporter.py:160
#: exporter.py:167
msgid "Duration"
msgstr ""
#: exporter.py:161
#: exporter.py:168
msgid "Language"
msgstr ""
#: exporter.py:162
#: exporter.py:169
msgid "Type"
msgstr ""
#: exporter.py:163
#: exporter.py:170
msgid "Code"
msgstr ""
#: exporter.py:207
#: exporter.py:214
msgid "Questions"
msgstr ""
#: exporter.py:235
#: exporter.py:242
msgid "Notes"
msgstr ""
#: exporter.py:257
#: exporter.py:264
msgid "Internal Notes"
msgstr ""