Feature #31772
new setting for translationMode in EM
| Status: | New | Start date: | 2011-11-12 | ||
|---|---|---|---|---|---|
| Priority: | Should have | Due date: | |||
| Assignee: | Georg Schönweger | % Done: | 90% |
||
| Category: | Feature request | Spent time: | - | ||
| Target version: | 0.13.x | ||||
| Votes: | 0 |
Description
The default translation handling on multilingual Typo3 sites is to display non translated records in their default language. Commerce is different, it will display records(products,categories ecc.) in the respective language ONLY if the record is translated.
Attached patch introduces a new ExtManager setting "hideNonTranslated" which defaults still to "1", so there are no backward compatibility issues. When setting this to "0" records will be shown even if they aren't translated (fall back to default language)