sites icon indicating copy to clipboard operation
sites copied to clipboard

Prevent translation of code snippets in REPL examples

Open Rich-Harris opened this issue 6 years ago • 1 comments

We need to add attributes to prevent browsers from translating code snippets when the rest of the page is translated, per this screenshot:

screenshot

(Obviously we also need to internationalise the site but this is a useful measure in the meantime)

Rich-Harris avatar Jun 02 '19 16:06 Rich-Harris

https://github.com/sveltejs/svelte-repl/pull/113 added notranslate to a div containing the CodeMirror editor, but I think there are still other places this should happen, like read-only code blocks.

Conduitry avatar May 15 '20 10:05 Conduitry