🔀 merge pull request 'v1.2.3' (#85) from dev into main

Reviewed-on: #85
This commit is contained in:
DrMaxNix 2024-04-12 14:56:55 +02:00
commit 35c0e725fe
4 changed files with 17 additions and 8 deletions

View File

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

View File

@ -292,7 +292,7 @@
</div>
</div>
<div id="ausschuss-anhoerung" class="item done done-stop">
<div id="ausschuss-anhoerung" class="item done">
<div class="connector">
<span class="waypoint ti ti-messages"></span>
</div>
@ -324,7 +324,7 @@
<div id="lesung-2" class="item"></div>
<div id="lesung-3" class="item"></div>
<div id="lesung-2-3" class="item next">
<div id="lesung-2-3" class="item done done-stop">
<div class="connector">
<span class="waypoint ti ti-hand-stop"></span>
</div>
@ -344,10 +344,17 @@
echo("<span>" . $one_timeline_lesung_3_text_line . "</span>");
}
?>
<div class="button-list">
<a href="https://www.bundestag.de/dokumente/textarchiv/2024/kw15-de-geschlechtseintrag-997406" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_lesung_2_3_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>
</div>
</div>
</div>
<div id="inkrafttreten" class="item">
<div id="inkrafttreten" class="item next">
<div class="connector">
<span class="waypoint ti ti-gavel"></span>
</div>

View File

@ -288,15 +288,17 @@
],
"timeline_lesung_2_3_text" => [
"de" => [
"Wie auch hier, werden die Lesungen 2 und 3 oft zusammengelegt. Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen. Am Ende der dritten Lesung wird abschließend über das Gesetz abgestimmt."
"Wie auch hier, werden die Lesungen 2 und 3 oft zusammengelegt. Die zweite Lesung im Bundestag diskutiert die Ergebnisse der Ausschüsse. Einzelne Abgeordnete können Änderungen beantragen. Am Ende der dritten Lesung wird abschließend über das Gesetz abgestimmt.",
"<span class=\"inline gray\">Hinweis: Zusammenfassung folgt!</span>"
],
"en" => [
"As seen here, reading 2 and 3 are often combined. The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes. At the end of the third reading, a final vote is taken on the law."
"As seen here, reading 2 and 3 are often combined. The second reading in the <i>Bundestag</i> (Parliament) discusses the results of the committees. Individual members of the Bundestag can request changes. At the end of the third reading, a final vote is taken on the law.",
"<span class=\"inline gray\">Note: English translation of abstract will follow soon!</span>"
]
],
"timeline_lesung_2_3_button" => [
"de" => "",
"en" => ""
"de" => "Aufzeichnung der Debatte",
"en" => "Dabate recording (German)"
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB