-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Translation of custom TCA fields does not work #320
Comments
Thank you for reporting. $GLOBALS['TCA']['tt_content']['columns']['subheader']['l10n_mode'] I'm not sure, if TYPO3 respects this setting, if overwritten in columnsOverrides. |
It is set to |
Do you have an update on this issue? |
(+ 1) |
Hi. Could you apply your TCA setup on the fields related to config loaded in backend? |
Hi, thx for the fast reply. New field in tt_content:
and in tx_XXX_domain_model_phases.php:
Setup:
I hope that helps :) If you are missing an information, just let me know. |
After talking to @NarkNiro the bug is known and we work on a fix. |
Describe the bug
When setting
l10n_mode
toprefixLangTitle
can translating a custom fluid content element in the backend, the fields are not translated correctly, but contain the values of the source language.To Reproduce
Expected behavior
Using the translation button in the backend for custom content elements as well as inline relation elements inside those content elements should translate the field values correctly.
Screenshots
TYPO3 Setup
Additional context
I also tried setting the
l10n_mode
using overrides with$GLOBALS['TCA']['tt_content']['types']['single-keyfact']['columnsOverrides']['subheader']['l10n_mode'] = 'prefixLangTitle';
or
$GLOBALS['TCA']['tx_typo3szassets_domain_model_keyfact']['columns']['subheader']['l10n_mode'] = 'prefixLangTitle';
or
$GLOBALS['TCA']['tt_content']['types']['single-keyfact']['columns']['subheader']['l10n_mode'] = 'prefixLangTitle';
The text was updated successfully, but these errors were encountered: