mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 18:21:00 +00:00
i18n: render system in-game messages in each reader's language (EN/FR/RO) (#237)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user