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 a6b1cfa commit 6252d2cCopy full SHA for 6252d2c
app/code/Magento/Translation/view/base/templates/translate.phtml
@@ -6,7 +6,10 @@
6
7
/** @var \Magento\Translation\Block\Js $block */
8
?>
9
-<!--Now dictionary file is inserted into html head for frontend in Magento/Translation/view/base/templates/dictionary.phtml-->
+<!--
10
+ For frontend area dictionary file is inserted into html head in Magento/Translation/view/base/templates/dictionary.phtml
11
+ Same translation mechanism should be introduced for admin area in 2.4 version.
12
+-->
13
<?php if ($block->dictionaryEnabled()) : ?>
14
<script>
15
require.config({
0 commit comments