mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
CDPX: update hardcorded localization paths (#8621)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# List of resource folders
|
# List of resource folders
|
||||||
$input_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\")
|
$input_resource_folder_list = @("src\settings-ui\Microsoft.PowerToys.Settings.UI\Strings\")
|
||||||
$output_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\")
|
$output_resource_folder_list = @("src\settings-ui\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
|
||||||
$languageHashTable = @{ "en" = "en-us";
|
$languageHashTable = @{ "en" = "en-us";
|
||||||
|
|||||||
Reference in New Issue
Block a user