[7.0.3] [Scheduled Run] Localized resource files from OneLocBuild#4433
Conversation
a2782dd to
d910153
Compare
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. |
There was a problem hiding this comment.
Pull request overview
Cherry-picks updated OneLocBuild localization outputs into the release/7.0 branch for the 7.0.3 hotfix, updating satellite resource .resx files used by Microsoft.Data.SqlClient for localized error/help text.
Changes:
- Add localized strings for
SQL_UseWamBrokerRequiresAzureExtensionUpgradeacross multiple cultures. - Add localized strings for
DbConnectionString_IdleTimeoutacross multiple cultures. - Minor whitespace normalization in some resource files (e.g., closing
</root>alignment; small whitespace tweak in JA multi-line value).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hant.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.zh-Hans.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.tr.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ru.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.pt-BR.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.pl.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ko.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.ja.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; minor whitespace tweak in an existing multi-line value; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.it.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
| src/Microsoft.Data.SqlClient/src/Resources/Strings.cs.resx | Adds translations for the new useWamBroker-related message and IdleTimeout description; normalizes closing tag whitespace. |
The idle-timeout feature and its neutral Strings.resx entry are not part of release/7.0, so the localized-only translations were unresolvable dead weight.
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## release/7.0 #4433 +/- ##
===============================================
- Coverage 74.69% 65.89% -8.80%
===============================================
Files 280 275 -5
Lines 43923 65953 +22030
===============================================
+ Hits 32808 43462 +10654
- Misses 11115 22491 +11376
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Cherry-pick of #4430 (6c03ccb) into
release/7.0for the 7.0.3 hotfix.Automated PR created from the OneLocBuild scheduled pipeline run.
Contains updated localized
Strings.*.resxresource files.