Environment
Issue/Symptoms
The customer is reporting a message which is not internationalized. The error message “Invalid date - The value must be of date datatype” is in English even if it should be in German, which is the customer’s browser language.
Checking the German clientlib /libs/fd/af/runtime/clientlibs/I18N/de/javascript/LogMessages.js we see that the message is in English and further has a placeholder {0} which means that part of the message is dynamic.
Checking the function which replaces the placeholder (EnglishMessage03.JPG) we can see that the value “date” is hardcoded and in English, making it hardly translatable.
Steps to reproduce:
Expected Behavior:
The messages should be translated into the proper language.
Experienced Behavior:
The messages are in English.
Environment Details:
The internal Jira ticket - CQ-4343882 was opened to address this issue. However, the engineering team will not immediately address this problem due to its low priority as well as the fact there is no loss of functionality; instead, it will be addressed in a future version.