fix(i18n): plugin name, description i18n

This commit is contained in:
JellyBrick
2023-12-02 02:33:25 +09:00
parent 123eabd77a
commit 5ae4f564b7
36 changed files with 72 additions and 74 deletions

View File

@ -44,9 +44,9 @@ export interface PluginDef<
RendererProperties,
Config extends PluginConfig = PluginConfig,
> {
name: string;
name: () => string;
authors?: Author[];
description?: string;
description?: () => string;
config?: Config;
menu?: (