This work has been heavily inspired by the In Your Face VS Code extension made by Virej Dasani.
'Ouch Faces' replaces the number of errors found by the spellcheck with the Doom Face. The more errors spellcheck finds, the harder it gets.
$("<style>").text(".spellcheck-badge { opacity: 0; }").appendTo("head"),setInterval(()=>{let e=$(".spellcheck-badge").text()-1;$(".spellcheck-items").css("background",`url('https://translator-toys.vercel.app/d/doom${e>3?3:e}.png') no-repeat center center`).css("background-size","contain")},500);
javascript:
and then paste the code.yes, right in the URL address bar
Enter
.Follow this guide to create a bookmarklet in your browser and have Ouch Faces available every time you translate. Just click the bookmark as a button every time you're in Crowdin Editor.
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn More