Skip to content

Commit 5e955f0

Browse files
damienleroyDamien LEROY
and
Damien LEROY
authored
[QuickAccent]Add setting to select language (#20798)
* add selection of country langages * Add Greek and Iceland countries * Update src/modules/poweraccent/PowerAccent.Core/PowerAccent.Core.csproj * fix ß in all section * remove greek * improve UI * langage to language * remove GR reference * change 'All' to 'All available' * adding Romanian and Hungarian * Missing characters * Add Italian * Fix translation key Remove GameMode activation * Fix PR build issues * Callback to get if a letter is part of the language * Add additional dlls to installer * Fix new dlls signing * Fix spelling * Add description to language selection Co-authored-by: Damien LEROY <[email protected]>
1 parent 1ecaf03 commit 5e955f0

File tree

13 files changed

+817
-40
lines changed

13 files changed

+817
-40
lines changed

.pipelines/ESRPSigning_core.json

+7
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,16 @@
202202
"vcruntime140_1_app.dll",
203203
"vcruntime140_app.dll",
204204
"modules\\PowerAccent\\Vanara.Core.dll",
205+
"modules\\PowerAccent\\Vanara.PInvoke.ComCtl32.dll",
206+
"modules\\PowerAccent\\Vanara.PInvoke.Cryptography.dll",
205207
"modules\\PowerAccent\\Vanara.PInvoke.Gdi32.dll",
206208
"modules\\PowerAccent\\Vanara.PInvoke.Kernel32.dll",
209+
"modules\\PowerAccent\\Vanara.PInvoke.Ole.dll",
210+
"modules\\PowerAccent\\Vanara.PInvoke.Rpc.dll",
211+
"modules\\PowerAccent\\Vanara.PInvoke.Security.dll",
207212
"modules\\PowerAccent\\Vanara.PInvoke.Shared.dll",
213+
"modules\\PowerAccent\\Vanara.PInvoke.Shell32.dll",
214+
"modules\\PowerAccent\\Vanara.PInvoke.ShlwApi.dll",
208215
"modules\\PowerAccent\\Vanara.PInvoke.User32.dll",
209216
"modules\\FileExplorerPreview\\Microsoft.Web.WebView2.Core.dll",
210217
"modules\\FileExplorerPreview\\Microsoft.Web.WebView2.WinForms.dll",

installer/PowerToysSetup/Product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129

130130
<?define MeasureToolMicrosoftUIXamlAssetsInstallFiles=NoiseAsset_256x256_PNG.png?>
131131

132-
<?define PowerAccentFiles=ControlzEx.dll;GongSolutions.WPF.DragDrop.dll;Ijwhost.dll;MahApps.Metro.dll;Microsoft.Xaml.Behaviors.dll;PowerAccent.Core.dll;PowerAccent.deps.json;PowerAccent.dll;PowerAccent.exe;PowerAccent.runtimeconfig.json;PowerToys.PowerAccentModuleInterface.dll;PowerToys.ManagedCommon.dll;PowerToys.ManagedTelemetry.dll;PowerToys.PowerAccent.deps.json;PowerToys.PowerAccent.dll;PowerToys.PowerAccent.exe;PowerToys.PowerAccent.runtimeconfig.json;PowerToys.Settings.UI.Lib.dll;System.IO.Abstractions.dll;System.Management.dll;System.Text.Json.dll;Vanara.Core.dll;Vanara.PInvoke.Gdi32.dll;Vanara.PInvoke.Kernel32.dll;Vanara.PInvoke.Shared.dll;Vanara.PInvoke.User32.dll;PowerToys.PowerAccentKeyboardService.dll;Microsoft.Windows.SDK.NET.dll;WinRT.Runtime.dll?>
132+
<?define PowerAccentFiles=ControlzEx.dll;GongSolutions.WPF.DragDrop.dll;Ijwhost.dll;MahApps.Metro.dll;Microsoft.Xaml.Behaviors.dll;PowerAccent.Core.dll;PowerAccent.deps.json;PowerAccent.dll;PowerAccent.exe;PowerAccent.runtimeconfig.json;PowerToys.PowerAccentModuleInterface.dll;PowerToys.ManagedCommon.dll;PowerToys.ManagedTelemetry.dll;PowerToys.PowerAccent.deps.json;PowerToys.PowerAccent.dll;PowerToys.PowerAccent.exe;PowerToys.PowerAccent.runtimeconfig.json;PowerToys.Settings.UI.Lib.dll;System.IO.Abstractions.dll;System.Management.dll;System.Text.Json.dll;Vanara.Core.dll;Vanara.PInvoke.ComCtl32.dll;Vanara.PInvoke.Cryptography.dll;Vanara.PInvoke.Gdi32.dll;Vanara.PInvoke.Kernel32.dll;Vanara.PInvoke.Ole.dll;Vanara.PInvoke.Rpc.dll;Vanara.PInvoke.Security.dll;Vanara.PInvoke.Shared.dll;Vanara.PInvoke.Shell32.dll;Vanara.PInvoke.ShlwApi.dll;Vanara.PInvoke.User32.dll;PowerToys.PowerAccentKeyboardService.dll;Microsoft.Windows.SDK.NET.dll;WinRT.Runtime.dll?>
133133

134134
<Product Id="*"
135135
Name="PowerToys (Preview)"

0 commit comments

Comments
 (0)