Add French (fr) to the language selectors

The language dropdowns are hardcoded (they don't scan GameEngine/Lang/),
so the existing fr.php never appeared. Add a French option to:
- install/templates/config.tpl (install wizard)
- Admin/Templates/editServerSet.tpl (admin: edit server settings)
- Admin/Templates/config.tpl (admin: server config display)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
TravianZ Patcher
2026-06-03 10:40:15 +02:00
parent df003184c8
commit 46d63e737c
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ function refresh(tz) {
<td>
<select name="lang">
<option value="en" <?php if (LANG=="en") echo "selected";?>>English</option>
<option value="fr" <?php if (LANG=="fr") echo "selected";?>>French</option>
<option value="es" <?php if (LANG=="es") echo "selected";?>>Spain</option>
<option value="rs" <?php if (LANG=="rs") echo "selected";?>>Serbian</option>
<option value="ru" <?php if (LANG=="ru") echo "selected";?>>Russian</option>