l10n: full interface translation (FR/RO/IT/ZH) + EN fallback hardening (#186)

This commit is contained in:
Ferywir
2026-06-09 09:28:59 +02:00
committed by GitHub
parent 695a4352e8
commit 5d366284e6
381 changed files with 7969 additions and 4761 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ if ($timeleft > time()):
<br>
<table cellpadding="0" cellspacing="0" id="building_contract">
<tr>
<td>celebration still needs:</td>
<td><span id="timer<?php echo ++$session->timer;?>"><?php echo $generator->getTimeFormat($timeleft - time());?></span> hrs.</td>
<td>done at <?php echo date('H:i', $timeleft);?></td>
<td><?php echo TZ_CELEBRATION_STILL_NEEDS; ?></td>
<td><span id="timer<?php echo ++$session->timer;?>"><?php echo $generator->getTimeFormat($timeleft - time());?></span> <?php echo TZ_HRS_2; ?></td>
<td><?php echo DONE_AT; ?> <?php echo date('H:i', $timeleft);?></td>
</tr>
</table>
<?php endif;?>