Bug #32203
closedLanguage Labels in new Extension Manager show no text
0%
Description
In a clean fresh Typo3 4.6.1 Installation after switching to language german the Extension-Manager is missing some labels. Language definitions are ok and up to date. See Screenshot
Files
Updated by Georg Ringer almost 13 years ago
- Status changed from New to Needs Feedback
are you hosting at mittwald? have seen this there once but never on local machine...
Updated by Chris topher almost 13 years ago
- Subject changed from Language Labels in new Extension Manager to Language Labels in new Extension Manager show no text
Updated by Xavier Perseguers almost 13 years ago
Regarding the very first tab label, if I comment out the definition of
<trans-unit id="availableExtensions" xml:space="preserve" approved="yes"> <source>Available Extensions</source> <target state="translated">Verfügbare Erweiterungen</target> </trans-unit>
within typo3conf/l10n/de/em/language/de.locallang.xlf
, the tab shows up in English, as expected (missing label in the translation => fallback to parent language which is default - English - here).
The sole way I find to have an empty tab label is to corrupt the translation file like that:
<trans-unit id="availableExtensions" xml:space="preserve" approved="yes"> <source>Available Extensions</source> <target state="translated"></target> </trans-unit>
or like that:
<trans-unit id="availableExtensions" xml:space="preserve" approved="yes"> <source>Available Extensions</source> </trans-unit>
Updated by Steffen Becker almost 13 years ago
The project is locally hosted, default php-dev values and default apache from Mac OSX 10.6.
After deleting the whole "de"-Folder from typo3conf and removing every *-l10n-de.zip-file from typo3temp, and updating all languages files everything is fine now. Strange.
I had exactly the one case Xavier stated where the <target>-Tag was completely missing in the xlf-File. Now it seems to work nicely, I consider this issue closed.
Updated by Alexander Opitz over 11 years ago
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
If you think, that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation.