🔀 merge pull request 'v1.0.37' (#37) from dev into main

Reviewed-on: #37
This commit is contained in:
DrMaxNix 2023-11-28 12:50:37 +01:00
commit 35cb1c82af
4 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.0.36";
static::$version = "1.0.37";
// DEPENDENCIES //

View File

@ -230,7 +230,7 @@
</div>
</div>
<div class="item done done-stop">
<div class="item done">
<div class="connector">
<span class="waypoint ti ti-podium"></span>
</div>
@ -260,7 +260,7 @@
</div>
</div>
<div class="item next">
<div class="item done done-stop">
<div class="connector">
<span class="waypoint ti ti-messages"></span>
</div>
@ -282,7 +282,7 @@
?>
<div class="button-list">
<a href="https://web.archive.org/web/20231117200813/https://www.bundestag.de/resource/blob/973790/4306272c9eaa97a601c25271e5cbbd61/Liste-der-Sachverstaendigen-data.pdf" target="_blank" class="button">
<a href="https://www.bundestag.de/dokumente/textarchiv/2023/kw48-pa-familie-selbstbestimmungsgesetz-978748" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_ausschuss_anhoerung_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>
@ -290,7 +290,7 @@
</div>
</div>
<div class="item">
<div class="item next">
<div class="connector">
<span class="waypoint ti ti-podium"></span>
</div>

View File

@ -258,15 +258,17 @@
],
"timeline_ausschuss_anhoerung_text" => [
"de" => [
"Zusätzlich zu den Sitzungen im Bundestag hält der Ausschuss für Familie, Senioren, Frauen und Jugend eine öffentliche Anhörung, zu der die Parteien des Bundestages Sachverständige einladen, welche ihre Einschätzung zum SBGG geben und zum Thema informieren."
"Zusätzlich zu den Sitzungen im Bundestag hält der Ausschuss für Familie, Senioren, Frauen und Jugend eine öffentliche Anhörung, zu der die Parteien des Bundestages Sachverständige einladen, welche ihre Einschätzung zum SBGG geben und zum Thema informieren.",
"<span class=\"inline gray\">Hinweis: Die Anhörung ist beendet, eine Zusammenfassung folgt in Kürze.</span>"
],
"en" => [
"In addition to the meetings in the Bundestag, the Committee on Family, Seniors, Women and Youth holds a public hearing to which the parties of the Bundestag invite experts who give their assessment of the SBGG and inform about the topic."
"In addition to the meetings in the Bundestag, the Committee on Family, Seniors, Women and Youth holds a public hearing to which the parties of the Bundestag invite experts who give their assessment of the SBGG and inform about the topic.",
"<span class=\"inline gray\">Note: The hearing has been finished, a summary will follow soon.</span>"
]
],
"timeline_ausschuss_anhoerung_button" => [
"de" => "Sachverständigenliste",
"en" => "List of experts (German)"
"de" => "Aufzeichnung der Anhörung",
"en" => "Hearing recording (German)"
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB