elleracompany / craft-cookie-consent

GDPR-Compliant cookie consent banner for Craft CMS
Other
6 stars 5 forks source link

Can you enable translation for this too #77

Closed wmdhosting closed 2 years ago

wmdhosting commented 2 years ago

Can you enable us to translate this things too in CP / and end user will be able to change that if needed.. on multi lang sites.. Snag_1a3c4154 Snag_1a3d7dcb Snag_1a3d90b7

jellingsen commented 2 years ago

These are already translatable with the built-in translation system as documented here: https://craftcms.com/docs/4.x/sites.html#provide-the-translations

Make a new folder called translations in the root folder of your project. Make another folder inside, with the language ID and then make a file called cookie-consent.php inside.

Check out the file in vendor/elleracompany/craft-cookie-consent/src/translations for an example.