🔀 merge pull request 'v1.0.42' (#50) from dev into main

Reviewed-on: #50
This commit is contained in:
DrMaxNix 2024-01-19 13:35:50 +01:00
commit 7c0acdb4f3
3 changed files with 6 additions and 4 deletions

View File

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

View File

@ -432,7 +432,7 @@
</div>
<div class="legal">
<span>&copy; 2023 Kim Endisch</span>
<span>&copy; 2024 Kim Endisch</span>
<span class="delimiter">|</span>
<a href="<?= $dict->get("link_imprint") ?>" target="_blank"><?= $dict->get("text_imprint") ?> <i class="ti ti-external-link"></i></a>
<span class="delimiter">|</span>

View File

@ -288,10 +288,12 @@
],
"timeline_lesung_2_text" => [
"de" => [
"Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen."
"Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen.",
"<span class=\"inline gray\">Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die zweite Lesung angesetzt. (Stand: 19 Jan 2024)</span>"
],
"en" => [
"The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes."
"The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes.",
"<span class=\"inline gray\">Note: The agenda of the <i>Bundestag</i> (Parliament) does currently not contain an appointment for the second reading. (As of 19 Jan 2024)</span>"
]
],
"timeline_lesung_2_button" => [