feat: Update week day representation and add localization support for weekdays
This commit is contained in:
@@ -100,6 +100,15 @@ export const en = {
|
||||
cron: 'Cron',
|
||||
daily: 'Daily',
|
||||
weekly: 'Weekly',
|
||||
weekdaysNarrow: {
|
||||
0: 'S',
|
||||
1: 'M',
|
||||
2: 'T',
|
||||
3: 'W',
|
||||
4: 'T',
|
||||
5: 'F',
|
||||
6: 'S',
|
||||
},
|
||||
enableCron: 'Enable Cron Schedule',
|
||||
enableDaily: 'Enable Daily Run',
|
||||
enableWeekly: 'Enable Weekly Run',
|
||||
|
||||
Reference in New Issue
Block a user