eesyphp/includes
Benjamin Renard 444c1ec2fc Improve translations
- Add support for translations in JavaScript code using babel lib and
  a custom PO file converter to JSON (using sepia/po-parser lib for
  PO files parsing)
- Put translation CLI commands in a dedicated file
- update_messages CLI command now provide PO file initialization feature
  using msginit and support of compendium files
2022-04-24 16:46:38 +02:00
..
.gitignore Initial version 2020-04-18 00:51:33 +02:00
cli.php Improve translations 2022-04-24 16:46:38 +02:00
config.inc.php Remove duplicated $log_file declaration in config file 2021-07-28 17:17:22 +02:00
core.php Improve translations 2022-04-24 16:46:38 +02:00
db.php Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
functions.php Fix logging in run_external_command() 2021-10-07 20:47:26 +02:00
hooks.php Initial version 2020-04-18 00:51:33 +02:00
logging.php logging: Add TRACE log level 2020-11-30 10:46:52 +01:00
mail.php Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
session.php Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
smarty.php display_ajax_return(): Return HTTP 400 error code if success==false in retourned data 2021-07-28 17:16:43 +02:00
translation-cli.php Improve translations 2022-04-24 16:46:38 +02:00
translation.php Improve translations 2022-04-24 16:46:38 +02:00
url-helpers.php Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
url-public.php Add translation system and improve URL routing system 2021-07-28 17:13:10 +02:00
url.php Always detect requested URL from REQUEST_URI 2021-07-28 18:18:36 +02:00