vscode-nls
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -154,3 +154,3 @@ /* -------------------------------------------------------------------------------------------- | ||
if (isString(options.locale)) { | ||
_options.locale = options.locale; | ||
_options.locale = options.locale.toLowerCase(); | ||
_resolvedLanguage = null; | ||
@@ -157,0 +157,0 @@ } |
{ | ||
"name": "vscode-nls", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "NPM module to externalize and localize VSCode extensions", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft Corporation", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11504