-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Converting additional mails to mail templates #31621
Conversation
Dont you need to delete this file if it is no longer being used ? |
You've removed the instructions to translators But shouldnt that be replaced with a note to translators about the placeholders in the new strings? |
@Hackwar I see 2 new update SQL scripts |
@brianteeman I deleted the file. Regarding the placeholders: Since those aren't fixed anymore and can be extended at will, I don't think the notes are helpfull enough to keep them. I understand your point, but I think that will create more confusion than be helpfull. If you disagree hard on that, I can put those back in, but I would prefer to leave that out. @richard67 Fixed. |
…ailtemplates # Conflicts: # administrator/language/en-GB/com_users.ini # language/en-GB/com_users.ini
Ok, now all mails have been converted to templates. I don't want to have to do that again... I encountered one issue: When you are in the mail template component, you can filter by extension. When you do that, you get only a reduced number of strings translated in that list, since we only load the extension translation files for which we currently have templates displayed. I'm not yet sure where to put code to load those files every time... |
BTW: That makes 25 mail templates so far in the system. |
Adding the release blocker label as inherited from the issue #29215 . |
I'm merging this without tests so it's in the beta for this evening |
Pull Request for Issue #29215.
Summary of Changes
This converts the mails of the actionlogs component, the privacy component and the privacy consent plugin to the mail template system.
The mentioned bug has also been fixed.
Testing Instructions
You have to trigger the feature to send these mails to test this.