klaro-org / klaro-js

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

Is klaro supposed to work for Swedish? #477

Closed geoffrey-baker closed 11 months ago

geoffrey-baker commented 11 months ago

I have tried using the latest version of the scripts but just get loads of places where 'missing tanslation' comes up. Have tried adding translations in the config file and they seem to have no effect. See screenshot below. Have followed example annotated file structure.

eg:

translations: {
    sv: {
        contextualConsent: {
            description: 'Vill du ladda externt innehåll som tillhandahålls av {title}?',
            acceptOnce: 'acceptera en gång',
            acceptAlways: 'acceptera alltid',

        },

    },

},

even tried adding to the main klaro.js file without success

Screenshot 2023-07-29 094320

geoffrey-baker commented 11 months ago

Sorry, have managed to get it working now.