Project

General

Profile

Actions

Bug #82287

open

Better error reporting for language module

Added by Stefan Froemken over 6 years ago. Updated about 4 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Language Manager (backend)
Target version:
-
Start date:
2017-09-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #82286: Additional Languages cannot be downloaded via Languages ModuleClosed2017-09-04

Actions
Actions

Also available in: Atom PDF