🔀 merge pull request 'v1.2.15' (#100) from dev into main

Reviewed-on: #100
This commit is contained in:
DrMaxNix 2024-05-17 16:02:19 +02:00
commit 7e57084270
4 changed files with 33 additions and 4 deletions

View File

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

View File

@ -0,0 +1,29 @@
<?php
return [
"subject" => [
"de" => "SBGG.jetzt: Beratung im Bundesrat",
"en" => "SBGG.jetzt: Consultation in the Federal Council"
],
"main" => [
"de" => <<<HTML
<h2>Beratung im Bundesrat</h2>
<ul>
<li><p>Die Grünenpolitiker*innen Katharina Fegebank, Dr. Benjamin Limbach und Doreen Denstädt sprachen sich für das Gesetz aus und betonten dessen Wichtigkeit für Trans*-Menschen.</p></li>
<li><p>Die Forderung, den Vermittlungsausschuss anzurufen, fand keine Mehrheit.</p></li>
<li><p><a href="https://www.bundesrat.de/DE/service/mediathek/mediathek-node.html?cms_id=0_tb5fzq89">Aufzeichnung TOP 2 auf www.bundesrat.de</a></p></li>
</ul>
HTML,
"en" => <<<HTML
<h2>Consultation in the Federal Council</h2>
<ul>
<li><p>The green politicians Katharina Fegebank, Dr. Benjamin Limbach and Doreen Denstädt spoke out for the law and emphasized its importance for trans* people.</p></li>
<li><p>The request to call the mediation committee did not obtain a majority.</p></li>
<li><p><a href="https://www.bundesrat.de/DE/service/mediathek/mediathek-node.html?cms_id=0_tb5fzq89">Recording TOP 2 (German) on www.bundesrat.de</a></p></li>
</ul>
HTML
]
];
?>

View File

@ -388,7 +388,7 @@
?>
<div class="button-list">
<a href="https://web.archive.org/web/20240502175834/https://www.bundesrat.de/SharedDocs/TO/1044/download/1044-to-entwurf.pdf?__blob=publicationFile&v=2" target="_blank" class="button">
<a href="https://www.bundesrat.de/DE/service/mediathek/mediathek-node.html?cms_id=0_tb5fzq89" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_bundesrat_2_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>

View File

@ -332,8 +332,8 @@
]
],
"timeline_bundesrat_2_button" => [
"de" => "Entwurf der Tagesordnung",
"en" => "Agenda Draft (German)"
"de" => "Aufzeichnung TOP 2",
"en" => "Recording TOP 2 (German)"
],