From 74f831fb2e66dad91cbe5f03f2d958ec07a10de0 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Tue, 26 Jan 2021 11:37:24 +0100 Subject: [PATCH] [build] add configuration to localize new plugins (#9295) --- .../LocProject.json | 14 ++++++++++++++ .../LocProject.json | 14 ++++++++++++++ .../LocProject.json | 14 ++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/LocProject.json create mode 100644 src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/LocProject.json create mode 100644 src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/LocProject.json diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/LocProject.json b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/LocProject.json new file mode 100644 index 0000000000..dfbfa932a2 --- /dev/null +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Registry/LocProject.json @@ -0,0 +1,14 @@ +{ + "Projects": [ + { + "LanguageSet": "Azure_Languages", + "LocItems": [ + { + "SourceFile": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.Registry\\Properties\\Resources.resx", + "CopyOption": "LangIDOnName", + "OutputPath": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.Registry\\Properties" + } + ] + } + ] +} diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/LocProject.json b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/LocProject.json new file mode 100644 index 0000000000..1f112d63dd --- /dev/null +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Service/LocProject.json @@ -0,0 +1,14 @@ +{ + "Projects": [ + { + "LanguageSet": "Azure_Languages", + "LocItems": [ + { + "SourceFile": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.Service\\Properties\\Resources.resx", + "CopyOption": "LangIDOnName", + "OutputPath": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.Service\\Properties" + } + ] + } + ] +} diff --git a/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/LocProject.json b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/LocProject.json new file mode 100644 index 0000000000..0493c79a56 --- /dev/null +++ b/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/LocProject.json @@ -0,0 +1,14 @@ +{ + "Projects": [ + { + "LanguageSet": "Azure_Languages", + "LocItems": [ + { + "SourceFile": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.System\\Properties\\Resources.resx", + "CopyOption": "LangIDOnName", + "OutputPath": "src\\modules\\launcher\\Plugins\\Microsoft.PowerToys.Run.Plugin.System\\Properties" + } + ] + } + ] +}