[PT Run] [WindowsSettings plugin] Translation improvements and LocProject.json (#13078)

* TranslationHelper: Update/add if conditions

* Resource strings: Update <ControlPanel>

* Creating <LocProject.json>
This commit is contained in:
Heiko
2021-09-06 19:17:20 +02:00
committed by GitHub
parent dcc4563c8c
commit 2bfc62d9a5
5 changed files with 121 additions and 101 deletions

View File

@@ -0,0 +1,14 @@
{
"Projects": [
{
"LanguageSet": "Azure_Languages",
"LocItems": [
{
"SourceFile": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.WindowsSettings\\Properties\\Resources.resx",
"CopyOption": "LangIDOnName",
"OutputPath": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.WindowsSettings\\Properties"
}
]
}
]
}