Add email notifications language localization feature

This commit is contained in:
Omar Abid 2025-05-13 19:45:08 +01:00
parent a0b5c2e88c
commit 2ab9bd3172
6 changed files with 142 additions and 118 deletions

4
server/lib/importer.js Normal file
View file

@ -0,0 +1,4 @@
// This file ensures the EmailLocalization utility is imported
// and available throughout the application
import './emailLocalization';