fix: add missing cron server content translations and remove LANG_version conflict

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b4c3d1e1-8f85-4091-888c-8a36d0024dca

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-18 22:30:07 +00:00 committed by GitHub
parent fa7b969ada
commit dd44a26d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 4 deletions

View file

@ -46,7 +46,7 @@ define('LANG_plugin', "Plugins / Mods");
define('LANG_mappack', "Map Packs");
define('LANG_config', "Config Packs");
// Additional category labels (for future content types already defined in server_content_categories.php)
define('LANG_version', "Server Versions");
define('LANG_server_content_version', "Server Versions");
define('LANG_modpack', "Modpacks");
define('LANG_workshop', "Workshop Content");
define('LANG_script', "Scripted Installer");
@ -79,4 +79,4 @@ define('LANG_show_to_group', "Show to group");
define('LANG_all_groups', "All groups");
define('LANG_show_addons_for_selected_group', "Show content for selected group");
define('LANG_group', "Group");
?>
?>