bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Add localization for the Exception Name key `New exception` #9980

Closed ghulamghousdev closed 2 months ago

ghulamghousdev commented 2 months ago

Forum post

there is a missing localization, the new exception object name is always english

We need to add localization for the New exception which is used at line 655 in calendarEditor.js.

name     : me.L('New exception'),
Screenshot 2024-09-06 at 12 45 29 PM
ghulamghousdev commented 2 months ago

duplicate of https://github.com/bryntum/support/issues/9979