Closed Umair-Munir closed 7 years ago
Actually it looks like some strings haven't been translated. We plan on adding a "debug" mode to Snipcart to disable/enable logs. However, in the meantime the missing strings have to be added to de.js file.
I'll flag it as a bug on our side and we'll try to add the missing keys with the help of Google Translate but a PR would be awesome :)
It would be great if you would add this feature. For now I am adding missing strings and would like to create PR.
We just added a way to do it ;)
document.addEventListener('snipcart.ready', function() {
Snipcart.DEBUG = false;
});
It will be documented soon, it's being deployed at the moment.
Great Work 👍 . Thanks :)
I have changed language from
en
tode
. I am following each step given here. Every time on loading page I get warning messages in my console.How can I remove these warnings/errors?