Skip to content

Commit 6252d2c

Browse files
committed
MC-19247: Broken translations with advanced bundling
- Update comment;
1 parent a6b1cfa commit 6252d2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Translation/view/base/templates/translate.phtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
/** @var \Magento\Translation\Block\Js $block */
88
?>
9-
<!--Now dictionary file is inserted into html head for frontend in Magento/Translation/view/base/templates/dictionary.phtml-->
9+
<!--
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+
-->
1013
<?php if ($block->dictionaryEnabled()) : ?>
1114
<script>
1215
require.config({

0 commit comments

Comments
 (0)