klaro-js icon indicating copy to clipboard operation
klaro-js copied to clipboard

Cant translate a line of text

Open kubcio opened this issue 2 years ago • 1 comments

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?

kubcio avatar Jun 09 '23 11:06 kubcio

I cannot translate anything. On the site it just says "allows you to add your own translations or customize existing texts with just a few lines of code." How and where is this supposed to be done?

wdburgdorf avatar Dec 04 '24 14:12 wdburgdorf