mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -3,8 +3,8 @@ import style from './style.css?inline';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.blur-nav-bar.name'),
|
||||
description: t('plugins.blur-nav-bar.description'),
|
||||
name: () => t('plugins.blur-nav-bar.name'),
|
||||
description: () => t('plugins.blur-nav-bar.description'),
|
||||
restartNeeded: true,
|
||||
stylesheets: [style],
|
||||
renderer() {},
|
||||
|
||||
Reference in New Issue
Block a user