From 764d57f8d66e4e9c8ac67ed75895c124d5ef5b4c Mon Sep 17 00:00:00 2001 From: Spencer Bloom Date: Fri, 23 Apr 2021 13:32:33 -0700 Subject: [PATCH 1/2] update chinese locales to match what visual studio uses --- GoogleTestNuGet/{31748 => 1028}/googletest.propertiesui.xml | 0 GoogleTestNuGet/{4 => 2052}/googletest.propertiesui.xml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename GoogleTestNuGet/{31748 => 1028}/googletest.propertiesui.xml (100%) rename GoogleTestNuGet/{4 => 2052}/googletest.propertiesui.xml (100%) diff --git a/GoogleTestNuGet/31748/googletest.propertiesui.xml b/GoogleTestNuGet/1028/googletest.propertiesui.xml similarity index 100% rename from GoogleTestNuGet/31748/googletest.propertiesui.xml rename to GoogleTestNuGet/1028/googletest.propertiesui.xml diff --git a/GoogleTestNuGet/4/googletest.propertiesui.xml b/GoogleTestNuGet/2052/googletest.propertiesui.xml similarity index 100% rename from GoogleTestNuGet/4/googletest.propertiesui.xml rename to GoogleTestNuGet/2052/googletest.propertiesui.xml From e29d88f93c74ff315a43325e8f4232dceb868066 Mon Sep 17 00:00:00 2001 From: Spencer Bloom Date: Fri, 23 Apr 2021 13:54:36 -0700 Subject: [PATCH 2/2] update build script with new language ids --- GoogleTestNuGet/Build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleTestNuGet/Build.ps1 b/GoogleTestNuGet/Build.ps1 index 1304c31ff..7264937c2 100644 --- a/GoogleTestNuGet/Build.ps1 +++ b/GoogleTestNuGet/Build.ps1 @@ -248,7 +248,7 @@ function Build-NuGet { Invoke-Executable msbuild $TargetsTTArgs # Copy all the locale ID folders with the localized versions of googletest.propertiesui.xml - Copy-Item -Path "4" -Destination "$Dir\build\native\4" -Recurse + Copy-Item -Path "1028" -Destination "$Dir\build\native\1028" -Recurse Copy-Item -Path "1029" -Destination "$Dir\build\native\1029" -Recurse Copy-Item -Path "1031" -Destination "$Dir\build\native\1031" -Recurse Copy-Item -Path "1033" -Destination "$Dir\build\native\1033" -Recurse @@ -261,7 +261,7 @@ function Build-NuGet { Copy-Item -Path "1046" -Destination "$Dir\build\native\1046" -Recurse Copy-Item -Path "1049" -Destination "$Dir\build\native\1049" -Recurse Copy-Item -Path "1055" -Destination "$Dir\build\native\1055" -Recurse - Copy-Item -Path "31748" -Destination "$Dir\build\native\31748" -Recurse + Copy-Item -Path "2052" -Destination "$Dir\build\native\2052" -Recurse Copy-Item -Recurse -Path "..\ThirdParty\googletest\googletest\include" -Destination "$Dir\build\native\include"