You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: