mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -25,8 +25,8 @@ const defaultConfig: AmbientModePluginConfig = {
|
||||
};
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.ambient-mode.name'),
|
||||
description: t('plugins.ambient-mode.description'),
|
||||
name: () => t('plugins.ambient-mode.name'),
|
||||
description: () => t('plugins.ambient-mode.description'),
|
||||
restartNeeded: false,
|
||||
config: defaultConfig,
|
||||
stylesheets: [style],
|
||||
|
||||
Reference in New Issue
Block a user