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
+2 -2
View File
@@ -13,7 +13,7 @@ $colspan = $hasHero ? 11 : 10;
<td><img src="img/x.gif" class="unit u<?= $i ?>" title="<?= $technology->getUnitName($i) ?>" alt="<?= $technology->getUnitName($i) ?>"></td>
<?php endfor; ?>
<?php if ($hasHero): ?>
<td><img src="img/x.gif" class="unit uhero" title="Hero" alt="Hero"></td>
<td><img src="img/x.gif" class="unit uhero" title="<?php echo U0; ?>" alt="<?php echo U0; ?>"></td>
<?php endif; ?>
</tr>
<tr><th><?= TROOPS ?></th>
@@ -30,5 +30,5 @@ $colspan = $hasHero ? 11 : 10;
<tbody class="infos">
<tr>
<th><?= UPKEEP ?></th>
<td colspan="<?= $colspan ?>"><?= $technology->getUpkeep($village->unitarray, 0) ?><img class="r4" src="img/x.gif" title="Crop" alt="Crop"><?= PER_HR ?></td>
<td colspan="<?= $colspan ?>"><?= $technology->getUpkeep($village->unitarray, 0) ?><img class="r4" src="img/x.gif" title="<?php echo CROP; ?>" alt="<?php echo CROP; ?>"><?= PER_HR ?></td>
</tr>