update gettext

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

View file

@ -124,7 +124,7 @@ endif;?>
}
?>
<li class="<?php echo $style?>">
<a class="nav-link" href="<?php echo $url?>" title="<?php echo _($row['me_description']??''); ?>" <?php echo $js?> ><?php echo gettext($row['me_menu'])?></a>
<a class="nav-link" href="<?php echo $url?>" title="<?php echo _($row['me_description']??' '); ?>" <?php echo $js?> ><?php echo gettext($row['me_menu'])?></a>
</li>
<?php
endforeach;
@ -168,7 +168,7 @@ endif;?>
}
?>
<li class="<?php echo $style?>">
<a class="nav-link" href="<?php echo $url?>" title="<?php echo _($row['me_description']??"")?>" <?php echo $js?> ><?php echo gettext($row['me_menu'])?></a>
<a class="nav-link" href="<?php echo $url?>" title="<?php echo _($row['me_description']??"-")?>" <?php echo $js?> ><?php echo gettext($row['me_menu'])?></a>
</li>
<?php
endforeach;
@ -180,4 +180,4 @@ endif;?>
</div>
</div>
<div style="clear:both;"></div>
<div style="clear:both;"></div>