Skip to content

Commit

Permalink
doc: 更新 DisplayDisabledDayAsEmpty 参数说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Sep 29, 2024
1 parent 09eab5a commit 91da121
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,13 @@ private AttributeItem[] GetAttributes() =>
Type = "bool",
ValueList = "true/false",
DefaultValue = "true"
},
new() {
Name = "DisplayDisabledDayAsEmpty",
Description = Localizer["AttrDisplayDisabledDayAsEmpty"],
Type = "bool",
ValueList = "true/false",
DefaultValue = "false"
}
];
}
3 changes: 2 additions & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,8 @@
"FeatureShowFestivalsIntro": "<code>ShowFestivals</code> Whether to display festivals",
"FeatureShowHolidaysIntro": "<code>ShowHolidays</code> Whether to display holidays",
"OnGetDisabledDaysCallbackEvent": "Disable date callback method",
"AttrEnableDisabledDaysCache": "Whether to enable custom disabled date cache"
"AttrEnableDisabledDaysCache": "Whether to enable custom disabled date cache",
"AttrDisplayDisabledDayAsEmpty": "Display disabled date as an empty string"
},
"BootstrapBlazor.Server.Components.Samples.TimePickers": {
"Title": "TimePicker",
Expand Down
3 changes: 2 additions & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,8 @@
"FeatureShowFestivalsIntro": "<code>ShowFestivals</code> 是否显示节日",
"FeatureShowHolidaysIntro": "<code>ShowHolidays</code> 是否显示假日",
"OnGetDisabledDaysCallbackEvent": "获得自定义禁用日期回调方法",
"AttrEnableDisabledDaysCache": "是否启用获得自定义禁用日期缓存"
"AttrEnableDisabledDaysCache": "是否启用获得自定义禁用日期缓存",
"AttrDisplayDisabledDayAsEmpty": "显示禁用日期为空字符串"
},
"BootstrapBlazor.Server.Components.Samples.TimePickers": {
"Title": "TimePicker 时间选择器",
Expand Down

0 comments on commit 91da121

Please sign in to comment.