You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug, enhancement, or feature request?
Bug
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version.
fundamental-ngx(core,platform,i18n): 0.43.46
angular: 15.2.9
If this is a bug, please provide steps for reproducing it; the exact components you are using
Set browser language to foreign language locale other than English, for instance Simplified Chinese.
Select only one date in the Range Date Picker. You will see that other strings in the datePicker component are translated accordingly, but the invalid date error is hardcoded and cannot be translated.
Is this a bug, enhancement, or feature request?
Bug
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version.
fundamental-ngx(core,platform,i18n): 0.43.46
angular: 15.2.9
If this is a bug, please provide steps for reproducing it; the exact components you are using
Set browser language to foreign language locale other than English, for instance Simplified Chinese.
Select only one date in the Range Date Picker. You will see that other strings in the datePicker component are translated accordingly, but the invalid date error is hardcoded and cannot be translated.
Please provide relevant source code (if applicable).
INVALID_DATE_ERROR is defined in:
https://github.com/SAP/fundamental-ngx/blob/main/libs/cdk/utils/consts/error-messages.ts
Looks like this hardcoded error message is returned as formatted date by date adapter and therefore displayed in input filed without translation:
https://github.com/SAP/fundamental-ngx/blob/main/libs/core/datetime/fd-datetime-adapter.ts
The text was updated successfully, but these errors were encountered: