Task #71224
Updated by Andreas Kienast about 9 years ago
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.