Use new Localization package

This commit is contained in:
VictoriousRaptor 2025-07-23 00:04:52 +08:00
parent 63009ba332
commit 282581940a

View file

@ -91,7 +91,7 @@ namespace Flow.Launcher.Plugin.Calculator
}
catch (ExternalException)
{
Context.API.ShowMsgBox(Context.API.GetTranslation("flowlauncher_plugin_calculator_failed_to_copy"));
Context.API.ShowMsgBox(Localize.flowlauncher_plugin_calculator_failed_to_copy());
return false;
}
}