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
+4 -4
View File
@@ -60,9 +60,9 @@ if ($showQuest) {
<img
onclick="qst_handle();"
src="<?php echo GP_LOCATE; ?>img/q/l<?php echo $tribe; ?>g.jpg"
title="To the task"
title="<?php echo TO_THE_TASK; ?>"
style="height:174px"
alt="To the task"
alt="<?php echo TO_THE_TASK; ?>"
/>
<?php } else { ?>
@@ -70,9 +70,9 @@ if ($showQuest) {
<img
onclick="qst_handle();"
src="<?php echo GP_LOCATE; ?>img/q/l<?php echo $tribe; ?>.jpg"
title="To the task"
title="<?php echo TO_THE_TASK; ?>"
style="height:174px"
alt="To the task"
alt="<?php echo TO_THE_TASK; ?>"
/>
<?php } ?>