mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user