From 51d6482ec27c4ff4300a8f8e8e2e55ddaa5f8873 Mon Sep 17 00:00:00 2001 From: Arjun Balgovind <32061677+arjunbalgovind@users.noreply.github.com> Date: Tue, 20 Oct 2020 11:58:32 -0700 Subject: [PATCH] [Localization] Fix Settings resw path on the build farm (#7383) * Added loc debugging statements * Added more debug statements * Check path * Fixed input path for Settings resources on pipeline --- tools/localization/move_uwp_resources.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/localization/move_uwp_resources.ps1 b/tools/localization/move_uwp_resources.ps1 index 03df78c8d8..350f856fca 100644 --- a/tools/localization/move_uwp_resources.ps1 +++ b/tools/localization/move_uwp_resources.ps1 @@ -1,5 +1,5 @@ # List of resource folders -$input_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\en-us\") +$input_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\") $output_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\") # Hash table to get the folder language code from the code used in the file name