Your LimeSurvey version: LimeSurvey Community Edition Version 6.6.6+241002 Own server or LimeSurvey hosting: Own
==================
Hello,
We have noticed that in the file application/helpers/expressions/em_manager_helper.php, not all validation messages are translated.
For example, there is an untranslated message:
sprintf('Could not convert date %s to format %s. Please check your date format settings.', self::htmlSpecialCharsUserValue(trim($value)), $aDateFormatData);
And here is a translated message:
sprintf($LEM->gT('Invalid question - probably missing subquestions or language-specific settings for language %s'), $_SESSION);
How can we translate these code snippets for users who do not speak English?