View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
19815Feature requestsTranslationpublic2024-10-25 16:37
Reporterstevelegare Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary19815: Translate all the messages from file em_manager_helper.php
Description

Some of the validation messages in the file application/helpers/expressions/em_manager_helper.php are in plain English and are not translated when a user selects a different language for the form.

Additional Information

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);

TagsNo tags attached.
Bug heat0
Story point estimate0
Users affected %0

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-25 16:37 stevelegare New Issue