-
Notifications
You must be signed in to change notification settings - Fork 312
[6.1] Localizations #3512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.1] Localizations #3512
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR ports localizations for version 6.1 changes to multiple language resource files. The changes focus on removing deprecated context connection and SqlPipe-related strings, adding new connection timeout and vector support localization entries across all supported languages.
- Removal of deprecated context connection and SqlPipe functionality strings from localized resources
- Addition of new SQL_ConnectTimeout localization string across all languages
- Addition of vector data type support strings including error messages for unsupported operations
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 |
---|---|
Strings.zh-Hant.resx | Traditional Chinese localizations - removes context connection strings, adds timeout and vector support |
Strings.zh-Hans.resx | Simplified Chinese localizations - removes context connection strings, adds timeout and vector support |
Strings.tr.resx | Turkish localizations - removes context connection strings, adds timeout and vector support |
Strings.ru.resx | Russian localizations - removes context connection strings, adds timeout and vector support |
Strings.pt-BR.resx | Brazilian Portuguese localizations - removes context connection strings, adds timeout and vector support |
Strings.pl.resx | Polish localizations - removes context connection strings, adds timeout and vector support |
Strings.ko.resx | Korean localizations - removes context connection strings, adds timeout and vector support |
Strings.ja.resx | Japanese localizations - removes context connection strings, adds timeout and vector support |
Strings.it.resx | Italian localizations - removes context connection strings, adds timeout and vector support |
Strings.fr.resx | French localizations - removes context connection strings, adds timeout and vector support |
Strings.es.resx | Spanish localizations - removes context connection strings, adds timeout and vector support |
Strings.de.resx | German localizations - removes context connection strings, adds timeout and vector support |
Strings.cs.resx | Czech localizations - removes context connection strings, adds timeout and vector support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compared with the last 3 localization commits on main
and the port looks good.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/6.1 #3512 +/- ##
===============================================
+ Coverage 66.04% 69.63% +3.59%
===============================================
Files 281 281
Lines 62416 62408 -8
===============================================
+ Hits 41221 43458 +2237
+ Misses 21195 18950 -2245
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:
|
Description
Ported localizations associated with all 6.1 changes.