new newsletter: 2024-05-02-bundesrat-2

This commit is contained in:
DrMaxNix 2024-05-02 20:47:40 +02:00
parent cd4d4a10bd
commit 41c5c04d74
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?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>
<p>Datum für die zweite Beratung zum SBGG im Bundesrat: <b>17 Mai 2024</b></p>
<p>Da es sich beim Selbstbestimmungsgesetz um ein Einspruchsgesetz handelt, bedarf es keiner Zustimmung im Bundesrat. Durch einen Einspruch lässt sich der Gesetzgebungsprozess jedoch verzögern.</p>
HTML,
"en" => <<<HTML
<h2>Consultation in the Federal Council</h2>
<p>Date for the second SBGG consultation in the <i>Bundesrat</i> (Federal Council): <b>17 May 2024</b></p>
<p>As the Self-Determination Act is a <i>Einspruchsgesetz</i> ("veto law"), an approval by the Bundesrat is not required. A veto however would delay the legislative process.</p>
HTML
]
];
?>