DirkPersky / typo3-dp_cookieconsent

TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
GNU Affero General Public License v3.0
32 stars 27 forks source link

Problems with LocalLang override #129

Closed schorsch8878 closed 10 months ago

schorsch8878 commented 10 months ago

Hey, in Typo3 12.4 an dp_cookieconsent 12.1.4 the override of the language does not work. I have the following in my setup, but nothing happend:

plugin.tx_dp_cookieconsent._LOCAL_LANG { de { message = Wir verwenden Cookies, um unsere Website und unseren Service zu optimieren. dismiss = Alle Cookies zulassen! link = Datenschutzerklärung deny = Nur notwendige Cookies

    # Checkbox labels
    dpRequire = Notwendig
    dpStatistik = Statistiken
    dpMarketing = Marketing

    # Iframe Overlay text
    media.notice = XXX
    media.desc = XXX
    media.btn = XXX
}

}

In former Versions there were no problems.

Any ideas?

Many thanks

Georg

DirkPersky commented 10 months ago

Its a TYPO3 issue.

116 (here is workaround)

125