Actions
Task #71224
closedOverhaul record localization of Page module
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2015-10-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Stabilization Sprint
Description
Moving the localization stuff to the wizard was on purpose for multiple reasons:
- The whole language handling currently done by TYPO3 is a mess. The wizard is a first step to clean that stuff up before we rip the language handling in CMS 8.
- The translate button now also supports translating from other languages while keeping the default language as parent
- This drops the broken split button stuff which is not fixable without refactoring the whole PageLayout mess
- This declutters the GUI as you only have one button instead of a split button with X languages. Mobile users will sing the happy happy joy joy song.
- Due to 4, less stuff must be loaded for the initial rendering which improves the render performance a bit.
Actions