Have a user confirm acceptance of the Privacy Policy on login (Enable the System - Privacy Consent plugin)
Go to the administrator Privacy / Consents page.
The Subject should be a translated string: Privacy Policy
The Subject is a string key: PLG_SYSTEM_PRIVACYCONSENT_SUBJECT
I have traced this problem to plugins/system/privacyconsent/src/Extension/PrivacyConsent.php where the following block of code is missing from line 39 and following:
/**
* Load the language file on instantiation.
*
* @var boolean
* @since 3.9.0
*/
protected $autoloadLanguage = true;
It was present in Joomla 4.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-10-05 08:39:45 |
Closed_By | ⇒ | alikon |
I think it should be translated by com_privacy,
The consent plugin inserts untranslated string:
joomla-cms/plugins/system/privacyconsent/src/Extension/PrivacyConsent.php
Lines 175 to 183 in d38a8ff