mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -18,8 +18,8 @@ export type VideoTogglePluginConfig = {
|
||||
};
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.video-toggle.name'),
|
||||
description: t('plugins.video-toggle.description'),
|
||||
name: () => t('plugins.video-toggle.name'),
|
||||
description: () => t('plugins.video-toggle.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user