README.lang 633 B

1234567891011121314151617
  1. If you want to add new language to the OGP this can be done by creating
  2. new directory with the language name. This directory then contains the
  3. language files like shown below:
  4. lang/<NEW_LANG>/
  5. lang/<NEW_LANG>/global.php
  6. lang/<NEW_LANG>/modules/
  7. lang/<NEW_LANG>/modules/<MODULE_NAME>.php
  8. All .php files that are in the main directory of language are loaded
  9. on every page load. The files under modules directory are loaded only
  10. when the specific module is loaded. Check module names from modules/
  11. directory.
  12. If you want to check which translations are missing from your language
  13. check the lang/lang-check.php with your browser.