We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026d1a3 commit c3d678eCopy full SHA for c3d678e
src/Templates/default/html/code.html.twig
@@ -1,4 +1,4 @@
1
-<div class="literal-block loc-{{ numLocDigits }}">
+<div translate="no" class="literal-block loc-{{ numLocDigits }}">
2
<div class="highlight-{{ language }}">
3
<table class="highlighttable">
4
<tr>
src/Templates/default/html/literal.html.twig
@@ -1 +1 @@
-<code>{{ text|raw }}</code>
+<code translate="no">{{ text|raw }}</code>
0 commit comments