简体   繁体   English

TYPO3 9.5.8,fe_login用混合语言

[英]TYPO3 9.5.8, fe_login in mixed language

in a recently upgraded installation of typo3 to 9.5.8 i am confronted with the problem, that fe_login shows mixed languages. 在最近将typo3升级到9.5.8的安装中,我遇到了问题,即fe_login显示混合语言。 Some labels are in german, but the error texts only in english. 一些标签是德语,但错误文本仅是英文。

I tried to update the languages in install tool (manage language packs) but nothing happens. 我试图更新安装工具(管理语言包)中的语言,但没有任何反应。

Any ideas? 有任何想法吗?

Thanks Peter 谢谢彼得

If Typo3 cannot find a valid translation in the translation-file it will always output the value of the base language (english). 如果Typo3在翻译文件中找不到有效的翻译,它将始终输出基本语言的值(英语)。 The only reference I have is sadly typo3 8, but as long as nothing changed for version 9 it shoud be located here: 可悲的是,我唯一的参考是typo3 8,但是只要版本9没有任何变化,都应该位于此处:

/typo3conf/l10n/de/felogin/Resources/Private/Language/de.locallang.xlf

Maybe check if the file exists and if it has translations for every key. 也许检查文件是否存在以及每个键是否都有翻译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM