mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[PT Run] Option for system commands localization (#12939)
This commit is contained in:
committed by
GitHub
parent
a6cca7cfb0
commit
2fe6282157
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user