microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 899 forks source link

Remove Localized T-SQL option values #24084

Open ssreerama opened 1 year ago

ssreerama commented 1 year ago

Steps to Reproduce:

  1. There's a number of other values here that look like they shouldn't be localized. In general - if the value is passed as an option to the T-SQL (which most options are) then it should NOT be localized.

Does this issue occur when all extensions are disabled?: Yes/No

ssreerama commented 11 months ago

LOC differences of ADS Vs SSMS:

update: we are not localizing the Tsql options that are displayed in dropdowns.

image