From fe75248e0202d8a364de4eb8d700891e01675353 Mon Sep 17 00:00:00 2001 From: Spencer Bloom Date: Wed, 16 Sep 2020 17:30:42 -0700 Subject: [PATCH] add descriptions to resource files for localization --- .../Resources.Designer.cs | 27 +++++++++++++++++++ .../Common.Dynamic.TAfGT/Resources.resx | 9 +++++++ .../GoogleTestProjectTemplate/pch.cpp | 1 - .../GoogleTestProjectTemplate/pch.h | 1 - 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs index 2a3bb17dc..ee63b9032 100644 --- a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs +++ b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.Designer.cs @@ -60,6 +60,15 @@ internal Resources() { } } + /// + /// Looks up a localized string similar to Enables Visual Studio's testing tools with unit tests written for Google Test.. + /// + public static string ExtensionDescription { + get { + return ResourceManager.GetString("ExtensionDescription", resourceCulture); + } + } + /// /// Looks up a localized string similar to Test Adapter for Google Test. /// @@ -69,6 +78,24 @@ public static string ExtensionName { } } + /// + /// Looks up a localized string similar to A Google Test based unit test.. + /// + public static string NewItemDescription { + get { + return ResourceManager.GetString("NewItemDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use.. + /// + public static string NewProjectDescrption { + get { + return ResourceManager.GetString("NewProjectDescrption", resourceCulture); + } + } + /// /// Looks up a localized string similar to Test Adapter for Google Test: Test discovery starting.... /// diff --git a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx index 28ecd4c11..7578cfa13 100644 --- a/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx +++ b/GoogleTestAdapter/Common.Dynamic.TAfGT/Resources.resx @@ -117,9 +117,18 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Enables Visual Studio's testing tools with unit tests written for Google Test. + Test Adapter for Google Test + + A Google Test based unit test. + + + Write C++ unit tests using Google Test. Includes a copy of the Google Test library for use. + Test Adapter for Google Test: Test discovery starting... diff --git a/GoogleTestAdapter/GoogleTestProjectTemplate/pch.cpp b/GoogleTestAdapter/GoogleTestProjectTemplate/pch.cpp index 97b544ec1..250fb2778 100644 --- a/GoogleTestAdapter/GoogleTestProjectTemplate/pch.cpp +++ b/GoogleTestAdapter/GoogleTestProjectTemplate/pch.cpp @@ -1,6 +1,5 @@ // // pch.cpp -// Include the standard header and generate the precompiled header. // #include "pch.h" diff --git a/GoogleTestAdapter/GoogleTestProjectTemplate/pch.h b/GoogleTestAdapter/GoogleTestProjectTemplate/pch.h index 29c81fffa..0572a70b0 100644 --- a/GoogleTestAdapter/GoogleTestProjectTemplate/pch.h +++ b/GoogleTestAdapter/GoogleTestProjectTemplate/pch.h @@ -1,6 +1,5 @@ // // pch.h -// Header for standard system include files. // #pragma once