-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
As I see it does not use any form of translation.
For example, the title declaration and usage:
magento2/app/code/Magento/Catalog/view/adminhtml/templates/catalog/wysiwyg/js.phtml
Line 56 in 444e252
title:'WYSIWYG Editor', |
magento2/lib/web/prototype/window.js
Line 634 in 444e252
<td class='"+ className +"_n'><div id='"+ id +"_top' class='"+ className +"_title title_window'>"+ this.options.title +"</div></td>\ |