![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-translation/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="Magento\Framework\Translate\Inline\ConfigInterface" type="Magento\Backend\Model\Translate\Inline\Config" /> <type name="Magento\Translation\Model\ResourceModel\Translate"> <arguments> <argument name="scope" xsi:type="string">admin</argument> </arguments> </type> <type name="Magento\Translation\Model\ResourceModel\StringUtils"> <arguments> <argument name="scope" xsi:type="string">admin</argument> </arguments> </type> <type name="Magento\Framework\Translate\Inline"> <arguments> <argument name="templateFileName" xsi:type="string">Magento_Translation::translate_inline.phtml</argument> <argument name="translatorRoute" xsi:type="string">adminhtml/ajax/translate</argument> <argument name="layout" xsi:type="object">Magento\Framework\View\LayoutInterface\Proxy</argument> <argument name="url" xsi:type="object">Magento\Backend\Model\UrlInterface</argument> <argument name="scope" xsi:type="string">admin</argument> </arguments> </type> </config>