creativestyle / magesuite-translation-inherit
Allows to inherit translations
Package info
github.com/magesuite/translation-inherit
Type:magento2-module
pkg:composer/creativestyle/magesuite-translation-inherit
v1.0.1
2022-07-22 07:07 UTC
Replaces
README
https://creativestyle.atlassian.net/wiki/spaces/MGSDEV/pages/2307948545/TranslationInherit+optional
Example of usage
Add to di.xml
<type name="MageSuite\TranslationInherit\Model\ParentLocaleResolver">
<arguments>
<argument name="parentLocaleList" xsi:type="array">
<item name="de_CH" xsi:type="string">de_DE</item>
<item name="fr_CH" xsi:type="string">fr_FR</item>
</argument>
</arguments>
</type>