Bug #82287
openBetter error reporting for language module
0%
Description
Hello core-Team,
currently the download of translations for TYPO3 does not work:
https://git-t3o.typo3.org/t3o/ter/issues/207
As a user everything seems to work in Language BE Module. The status bar fills up and on some systems the typo3conf/l10n Folder will be filled again.
In source code there are some try-catch where the catch part consists of a simple comment, only:
} catch (Exception $exception) { // @todo logging }
I have debugged AJAX network traffic with Chrome while updating translations. A valid JSON will be response, but its state part is 2 (static::TRANSLATION_FAILED), but the user does not get any useful hints about that.
Switch to "Translation Overview" and try to get a translation for a single extension like "about". It seems to work. You got success messages. The icon has changed to a success icon. But in the background nothing works.
Would be cool to have valid messages and UX in translation module
Stefan