creativestyle/magesuite-translation-inherit

Allows to inherit translations

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:magento2-module

v1.0.1 2022-07-22 07:07 UTC

This package is auto-updated.

Last update: 2024-04-08 07:13:39 UTC


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>