Skip to content

Feature localization

Nolan aimedev requested to merge feature-localization into main

Goals

  • Allows to define view variables associated with language files
  • Allows to include raw PHP code executed on each request by the serve.php file

Tasks

  • Add a folder for languages files
  • Add a customizable PHP file (included in Initializer script)
  • Render a view with variables for localization
  • Add an env parameter to enable/disable localization

Merge request reports