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
+1 -1
View File
@@ -11,6 +11,6 @@ $isGold = ($t === 99 && $session->goldclub);
<a href="a2b.php"><?= SEND_TROOPS ?></a> |
<a href="warsim.php"><?= Q20_RESP1 ?></a>
<?php if ($session->goldclub == 1): ?> |
<a href="build.php?id=<?= $id ?>&amp;t=99" <?= $isGold ? 'class="selected"' : '' ?>>Gold Club</a>
<a href="build.php?id=<?= $id ?>&amp;t=99" <?= $isGold ? 'class="selected"' : '' ?>><?php echo GOLD_CLUB; ?></a>
<?php endif; ?>
</div>