mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 15:27:55 +08:00
2a7bf7fb5b
* Added localization code to pipeline and created one LocProject json for Settings * Fixed typo * Reordered nuget source * Moved nuget install to restore step * Added FZ.rc file to LocProj * Added FZ resx file and modified rc file * Fixed file names * Changed to check folder for LocProject files * Updated folder * Changed directory * Changed to src directory * Changed language set and name format, removed rc file localization * Added all projects with resx/resw files * Added newline to end of file * Removed nuget source as it is not used * Updated comments * Fixed formatting of json file * Move loc step to end
15 lines
409 B
JSON
15 lines
409 B
JSON
{
|
|
"Projects": [
|
|
{
|
|
"LanguageSet": "Azure_Languages",
|
|
"LocItems": [
|
|
{
|
|
"SourceFile": "src\\modules\\launcher\\PowerLauncher\\Properties\\Resources.resx",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\modules\\launcher\\PowerLauncher\\Properties"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|