Panel/lang
2025-09-04 21:42:25 -04:00
..
Arabic initial commit 2025-09-04 21:42:25 -04:00
Croatian(Croatia) initial commit 2025-09-04 21:42:25 -04:00
Czech(CzechRepublic) initial commit 2025-09-04 21:42:25 -04:00
Danish initial commit 2025-09-04 21:42:25 -04:00
English initial commit 2025-09-04 21:42:25 -04:00
Finnish(Finland)/modules initial commit 2025-09-04 21:42:25 -04:00
French initial commit 2025-09-04 21:42:25 -04:00
German initial commit 2025-09-04 21:42:25 -04:00
Greek(Greece) initial commit 2025-09-04 21:42:25 -04:00
Hebrew(Israel)/modules initial commit 2025-09-04 21:42:25 -04:00
Hungarian initial commit 2025-09-04 21:42:25 -04:00
Italian initial commit 2025-09-04 21:42:25 -04:00
Persian initial commit 2025-09-04 21:42:25 -04:00
Polish initial commit 2025-09-04 21:42:25 -04:00
Portuguese initial commit 2025-09-04 21:42:25 -04:00
Portuguese(Brazil) initial commit 2025-09-04 21:42:25 -04:00
Romanian(Romania) initial commit 2025-09-04 21:42:25 -04:00
Russian initial commit 2025-09-04 21:42:25 -04:00
Serbian(Serbia) initial commit 2025-09-04 21:42:25 -04:00
Spanish initial commit 2025-09-04 21:42:25 -04:00
Swedish(Sweden) initial commit 2025-09-04 21:42:25 -04:00
Turkish(Turkey) initial commit 2025-09-04 21:42:25 -04:00
lang-check2.php initial commit 2025-09-04 21:42:25 -04: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.