在我的Yaml中,我使用translationFile
进行确认装订器的翻译。所有这些工作和翻译都会显示出来,直到用户在BE中使用“替代装订器设置”为止。之后,translationsFile被忽略。
是什么原因造成的?如何解决? (使用最新的Typo3 8.7版本)。
配置:
submitButtonLabel: 'Send'
translation:
translationFile:
# translation files for the frontend
100: 'EXT:site_template/Resources/Private/Language/locallang_form.xlf'
101: 'EXT:site_template/Resources/Private/Language/locallang_form_contact.xlf'```