Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Pull request overview
Fixes the documentation site blank-page issue (#7805) by removing duplicated localization keys that could break resource loading/parsing.
Changes:
- Removed duplicated entries under the
BootstrapBlazor.Server.Components.Samples.Table.TablesSearchlocale section in bothzh-CN.jsonanden-US.json. - Kept a single authoritative set of
SearchFormItemMetadata*andTablesSearchTitlekeys per locale section.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/BootstrapBlazor.Server/Locales/zh-CN.json | Removes duplicate keys in the Table search sample locale section to avoid runtime locale-load failures. |
| src/BootstrapBlazor.Server/Locales/en-US.json | Mirrors the same duplicate-key removal to keep locales consistent and prevent the same failure in English. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7806 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 764 764
Lines 34128 34128
Branches 4697 4697
=========================================
Hits 34128 34128
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Link issues
fixes #7805
Summary By Copilot
Regression?
Risk
Verification
Packaging changes reviewed?
☑️ Self Check before Merge
Summary by Sourcery
Bug Fixes: