From 740dbe5b02308cbe5401fdfc287a2832782863ec Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Wed, 5 Jan 2022 09:56:37 -0800 Subject: [PATCH] [Loc] add queryserviceunsupportedsqlvarianttype to XLF (#1353) --- src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf index cb483dde..e20d0667 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf @@ -5696,6 +5696,12 @@ Specifies whether the check constraint is Enabled + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + . + Parameters: 0 - underlyingType (string), 1 - columnName (string) + \ No newline at end of file