View Issue Details

IDProjectCategoryView StatusLast Update
0006230SOGoi18npublic2026-07-13 11:52
Reportersollniss Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformServerOSNixOSOS Versionunstable
Product Version5.12.9 
Summary0006230: Events can't be created when language is set to Japanese
Description

The default short data format "01-Jul-26" gets translated to "01-7月-26" which fails validation. Clicking on the date opens an empty almost no-width dropdown with nothing to select. There is no way to input a correct date and therefore no way to save the event.

Opening the browser console shows the following errors after clicking:

TypeError: e.getFullYear is not a function
Angular 23
angular.js:15697:16
TypeError: t.getDate is not a function
Angular 34
angular.js:15697:16
TypeError: t.getDate is not a function
Angular 34
angular.js:15697:16
TypeError: t.getDate is not a function
Angular 34
angular.js:15697:16
TypeError: t.getDate is not a function
Angular 34
angular.js:15697:16
TypeError: t.getDate is not a function
Angular 34
angular.js:15697:16

Steps To Reproduce
  • Use default short date format
  • Switch locale to Japanese
  • Try to create an event
Additional Information

Changing the short date format on the settings page circumvents the problem.

TagsNo tags attached.

Activities

sollniss

sollniss

2026-07-13 11:52

reporter  

Issue History

Date Modified Username Field Change
2026-07-13 11:52 sollniss New Issue
2026-07-13 11:52 sollniss File Added: Screenshot_2026-07-12_22-01-15.png