mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
feat: add support i18n (#1468)
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import style from './style.css?inline';
|
||||
import { createPlugin } from '@/utils';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Remove Google Login',
|
||||
description: 'Remove Google login buttons and links from the interface',
|
||||
name: t('plugins.no-google-login.name'),
|
||||
description: t('plugins.no-google-login.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user