🌐 translate pstg45b.de recommendation

This commit is contained in:
DrMaxNix 2024-04-09 18:52:14 +02:00
parent b994d1ae3f
commit f30387a462
2 changed files with 12 additions and 3 deletions

View File

@ -473,10 +473,10 @@
<div class="content">
<div class="card-list">
<a href="https://pstg45b.de" class="card">
<img src="<?= File::file("../sbgg.jetzt-proprietary-assets/asset/pstg45bde.png") ?>" alt="pstg45b.de logo" />
<img src="<?= File::file("../sbgg.jetzt-proprietary-assets/asset/pstg45bde.png") ?>" />
<div class="text">
<span class="title">pstg45b.de</span>
<span class="description">Informationsseite zum Personenstandsgesetz &sect; 45b</span>
<span class="title"><?= $dict->get("recommendations_pstg45bde_title") ?></span>
<span class="description"><?= $dict->get("recommendations_pstg45bde_description") ?></span>
</div>
</a>
</div>

View File

@ -386,6 +386,15 @@
"en" => "The recommendations above are projects related to the topic of trans*, in which I either participate myself or whose operators I am in close contact with."
],
"recommendations_pstg45bde_title" => [
"de" => "pstg45b.de",
"en" => "pstg45b.de"
],
"recommendations_pstg45bde_description" => [
"de" => "Informationsseite zum Personenstandsgesetz &sect; 45b",
"en" => "Information page on the <i>Personenstandsgesetz</i> (civil status law) &sect; 45b"
],