1234567891011121314151617181920 |
- <?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:module:Magento_Config:etc/system_file.xsd">
- <system>
- <section id="dev">
- <group id="js">
- <field id="translate_strategy" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
- <label>Translation Strategy</label>
- <source_model>Magento\Translation\Model\Js\Config\Source\Strategy</source_model>
- <comment>Please put your store into maintenance mode and redeploy static files after changing strategy</comment>
- </field>
- </group>
- </section>
- </system>
- </config>
|