[PT Run] Option for system commands localization (#12939)

This commit is contained in:
Davide Giacometti
2021-09-07 00:18:14 +02:00
committed by GitHub
parent a6cca7cfb0
commit 2fe6282157
3 changed files with 62 additions and 31 deletions

View File

@@ -275,5 +275,14 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
return ResourceManager.GetString("Microsoft_plugin_sys_sleep_description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use localized system commands instead of english ones.
/// </summary>
internal static string Use_localized_system_commands {
get {
return ResourceManager.GetString("Use_localized_system_commands", resourceCulture);
}
}
}
}

View File

@@ -212,4 +212,7 @@
<value>Put computer to sleep</value>
<comment>This should align to the action in Windows of a making your computer go to sleep.</comment>
</data>
<data name="Use_localized_system_commands" xml:space="preserve">
<value>Use localized system commands instead of english ones</value>
</data>
</root>