mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add email notifications language localization feature
This commit is contained in:
parent
a0b5c2e88c
commit
2ab9bd3172
6 changed files with 142 additions and 118 deletions
4
server/lib/importer.js
Normal file
4
server/lib/importer.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// This file ensures the EmailLocalization utility is imported
|
||||
// and available throughout the application
|
||||
|
||||
import './emailLocalization';
|
||||
Loading…
Add table
Add a link
Reference in a new issue