i18n: render system in-game messages in each reader's language (EN/FR/RO) (#237)

This commit is contained in:
Ferywir
2026-06-17 17:19:24 +02:00
committed by GitHub
parent 51c9cc5b2c
commit d008261678
9 changed files with 109 additions and 31 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
// ======================================================
$reading = $message->reading;
$input = $reading['message'];
$input = tz_expand_report($reading['message']);
$alliance = $reading['alliance'];
$player = $reading['player'];
$coor = $reading['coor'];
@@ -77,7 +77,7 @@ $date = $generator->procMtime($reading['time']);
</div>
<!-- Subject -->
<div><?php echo $reading['topic']; ?></div>
<div><?php echo tz_expand_report($reading['topic']); ?></div>
</div>