sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

BUGFIX: Allow explicit disabling of translation #8

Closed gradinarufelix closed 2 years ago

gradinarufelix commented 2 years ago

Attempts to solve #7

If $isTranslateEnabledForProperty is not specified, we decided based on the fact if translation of inline editables is allowed in general and the property being inline editable. If $isTranslateEnabledForProperty has a distinct value, may it be true or false, we use this one.