We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c95ddc commit dccdd95Copy full SHA for dccdd95
Flow.Launcher.Core/Resource/Internationalization.cs
@@ -384,7 +384,7 @@ public static void UpdatePluginMetadataTranslations()
384
385
public static void UpdatePluginMetadataTranslation(PluginPair p)
386
{
387
- // Update plugin metadata name & description & plugin hotkey name & description
+ // Update plugin metadata name & description
388
if (p.Plugin is not IPluginI18n pluginI18N) return;
389
try
390
0 commit comments