Panel/Panel/lang
copilot-swe-agent[bot] c471c4b3f8
Implement workshop install normalization
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/b08aa54e-755c-4869-ba97-0f817a05b3c6

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2026-05-19 22:36:34 +00:00
..
Arabic moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Croatian(Croatia) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Czech(CzechRepublic) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Danish moved website outside of panel folder 2026-05-13 20:00:40 -04:00
English Implement workshop install normalization 2026-05-19 22:36:34 +00:00
Finnish(Finland)/modules moved website outside of panel folder 2026-05-13 20:00:40 -04:00
French moved website outside of panel folder 2026-05-13 20:00:40 -04:00
German moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Greek(Greece) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Hebrew(Israel)/modules moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Hungarian moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Italian moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Persian moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Polish moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Portuguese moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Portuguese(Brazil) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Romanian(Romania) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Russian moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Serbian(Serbia) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Spanish moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Swedish(Sweden) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
Turkish(Turkey) moved website outside of panel folder 2026-05-13 20:00:40 -04:00
lang-check2.php moved website outside of panel folder 2026-05-13 20:00:40 -04:00
README.lang moved website outside of panel folder 2026-05-13 20:00:40 -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.