mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
a79f31746b
The five troop-overview pages hardcoded the English title "Troops (X)", so the in-game manual kept showing e.g. "Troops (Teutons)" even in French, inconsistent with the now-corrected unit/tribe names. Replace the hardcoded titles with the existing TROOPS and TRIBE1-5 constants (consistent with the #186 manual i18n migration) so the title follows the active language, e.g. "Troupes (Germains)" in French. en.php already defines all of these constants as the idempotent fallback, so other languages are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>