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,8 +1,9 @@
|
||||
import { createPlugin } from '@/utils';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Bypass Age Restrictions',
|
||||
description: "bypass YouTube's age verification",
|
||||
name: t('plugins.bypass-age-restrictions.name'),
|
||||
description: t('plugins.bypass-age-restrictions.description'),
|
||||
restartNeeded: true,
|
||||
|
||||
// See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#userscript
|
||||
|
||||
Reference in New Issue
Block a user