Panel/lang
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00
..
Arabic Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Croatian(Croatia) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Czech(CzechRepublic) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Danish Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
English Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00: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 Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Greek(Greece) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Hebrew(Israel)/modules Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Hungarian Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Italian Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Persian Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Polish Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00: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) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Russian Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Serbian(Serbia) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Spanish Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00:00
Swedish(Sweden) Complete license header replacement with file purpose descriptions (675 files) 2025-09-05 22:46:27 +00: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.