mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-24 09:07:59 +08:00
aebd7657ef
* 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
15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"Projects": [
|
|
{
|
|
"LanguageSet": "Azure_Languages",
|
|
"LocItems": [
|
|
{
|
|
"SourceFile": "src\\modules\\fancyzones\\lib\\Resources.resx",
|
|
"CopyOption": "LangIDOnName",
|
|
"OutputPath": "src\\modules\\fancyzones\\lib"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|