mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +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
|
# 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\")
|
$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
|
# Hash table to get the folder language code from the code used in the file name
|
||||||
|
|||||||
Reference in New Issue
Block a user