🔀 merge pull request 'v1.2.12' (#97) from dev into main

Reviewed-on: #97
This commit is contained in:
DrMaxNix 2024-05-02 21:12:44 +02:00
commit c30fdf0c60
3 changed files with 26 additions and 1 deletions

View File

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

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
]
];
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB