- order.php: replace foreach((array)$mysqli_result) with proper fetch_assoc() loop - order.php: fix hidden service_id field to use $_REQUEST instead of $_POST - order.php: add safe error messages and error_log() on failed service lookup - lang/English/global.php: add OGP_LANG_steam_workshop to fix _steam_workshop_ raw key - steam_workshop/module.php: replace unusable $module_db_create heredoc with proper $install_queries[0] array so tables are created during module install - timestamp.txt: updated Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/70fa0082-93ad-4a4d-a1b3-ea6afa77ee80 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Arabic | ||
| Croatian(Croatia) | ||
| Czech(CzechRepublic) | ||
| Danish | ||
| English | ||
| Finnish(Finland)/modules | ||
| French | ||
| German | ||
| Greek(Greece) | ||
| Hebrew(Israel)/modules | ||
| Hungarian | ||
| Italian | ||
| Persian | ||
| Polish | ||
| Portuguese | ||
| Portuguese(Brazil) | ||
| Romanian(Romania) | ||
| Russian | ||
| Serbian(Serbia) | ||
| Spanish | ||
| Swedish(Sweden) | ||
| Turkish(Turkey) | ||
| lang-check2.php | ||
| README.lang | ||
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.