Implemented the translation.js module. Implemented the 'TRANSLATION_DEBUG' environment variable. Updated the README.md to include the Translations chapter. Moved en.json to en/email.json to better utilize Crowdin

This commit is contained in:
Glenn de Haan
2024-10-09 11:37:47 +02:00
parent 79b75cd56c
commit 1b1a934f87
6 changed files with 89 additions and 21 deletions

View File

@@ -34,3 +34,4 @@ services:
SMTP_USERNAME: ''
SMTP_PASSWORD: ''
LOG_LEVEL: 'info'
TRANSLATION_DEBUG: 'false'