update gettext

This commit is contained in:
sparkyx 2025-09-14 14:51:51 +02:00
parent b0f09b5d06
commit 1ede4d26af
7 changed files with 951 additions and 302 deletions

View file

@ -48,7 +48,7 @@ for ($i = 0;$i< $nb;$i++)
$row=Database::fetch_array($res,$i);
echo "<li>";
echo $row['code'];
echo '<span class="informal"> '._($row['description']??"").'</span></li>';
echo '<span class="informal"> '._($row['description']??" ").'</span></li>';
}
echo "</ul>";
if ( $nb == 0 ) {