klaro-org / klaro-js

Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.
https://klaro.org
Other
1.19k stars 253 forks source link

Cant translate a line of text #474

Open kubcio opened 1 year ago

kubcio commented 1 year ago

Hi,

I'm trying to translate the details of cookie consent, but I cannot change one line:

Code looks like this:

translations: { // translationsed defined under the 'zz' language code act as default // translations. pl: { privacyPolicyUrl: 'https://new.abb.com/privacy-policy', consentModal: { description:'Please select the optional cookies we can set on your device.', title: 'Cookie Consent Settings', privacyPolicy: { name: 'privacy policy', text: 'To learn more, please read our {privacyPolicy}.', }, },

But it still leaves the polish translation for the 'to learn more ..." How I can fix it?