Panel/lang
2025-09-05 19:16:04 -04:00
..
Arabic Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Croatian(Croatia) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Czech(CzechRepublic) Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Danish Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
English Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Finnish(Finland)/modules Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
French Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
German Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Greek(Greece) Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Hebrew(Israel)/modules Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Hungarian Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Italian Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Persian Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Polish Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Portuguese Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Portuguese(Brazil) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Romanian(Romania) Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Russian Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Serbian(Serbia) Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Spanish Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Swedish(Sweden) Revert "Fix server offline issue after OGP reference removal in PR #5" 2025-09-05 19:16:04 -04:00
Turkish(Turkey) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
lang-check2.php Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
README.lang initial commit 2025-09-04 21:42:25 -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.