Panel/lang
copilot-swe-agent[bot] feebfea702
feat: add safe panel update system to administration page
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/63f4e381-38d6-4fcf-b084-409cb4d2138c

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-01 14:19:40 +00:00
..
Arabic No changes 2025-09-11 13:29:15 -04:00
Croatian(Croatia) No changes 2025-09-11 13:29:15 -04:00
Czech(CzechRepublic) No changes 2025-09-11 13:29:15 -04:00
Danish No changes 2025-09-11 13:29:15 -04:00
English feat: add safe panel update system to administration page 2026-05-01 14:19:40 +00:00
Finnish(Finland)/modules No changes 2025-09-11 13:29:15 -04:00
French No changes 2025-09-11 13:29:15 -04:00
German No changes 2025-09-11 13:29:15 -04:00
Greek(Greece) No changes 2025-09-11 13:29:15 -04:00
Hebrew(Israel)/modules No changes 2025-09-11 13:29:15 -04:00
Hungarian No changes 2025-09-11 13:29:15 -04:00
Italian No changes 2025-09-11 13:29:15 -04:00
Persian No changes 2025-09-11 13:29:15 -04:00
Polish No changes 2025-09-11 13:29:15 -04:00
Portuguese No changes 2025-09-11 13:29:15 -04:00
Portuguese(Brazil) No changes 2025-09-11 13:29:15 -04:00
Romanian(Romania) No changes 2025-09-11 13:29:15 -04:00
Russian No changes 2025-09-11 13:29:15 -04:00
Serbian(Serbia) No changes 2025-09-11 13:29:15 -04:00
Spanish No changes 2025-09-11 13:29:15 -04:00
Swedish(Sweden) No changes 2025-09-11 13:29:15 -04:00
Turkish(Turkey) No changes 2025-09-11 13:29:15 -04:00
lang-check2.php Apply automated PHP8 safety transforms 2026-04-23 14:01:37 +00:00
README.lang No changes 2025-09-11 13:29:15 -04:00

If you want to add new language to the OGP this can be done by creating
new directory with the language name. This directory then contains the 
language files like shown below:

lang/<NEW_LANG>/
lang/<NEW_LANG>/global.php
lang/<NEW_LANG>/modules/
lang/<NEW_LANG>/modules/<MODULE_NAME>.php

All .php files that are in the main directory of language are loaded 
on every page load. The files under modules directory are loaded only
when the specific module is loaded. Check module names from modules/ 
directory.

If you want to check which translations are missing from your language
check the lang/lang-check.php with your browser.