mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-26 06:26:08 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user