i18n: render battle reports in each reader's language (EN/FR/RO) (#236)

This commit is contained in:
Ferywir
2026-06-17 15:24:37 +02:00
committed by GitHub
parent abe36748d7
commit 51c9cc5b2c
11 changed files with 309 additions and 86 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# - Improved readability + minor performance gain
#################################################################################
$dataarray = explode(",", $message->readingNotice['data']);
$dataarray = array_map('tz_expand_report', explode(",", $message->readingNotice['data']));
// ======================== URL SETUP ========================