mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat: add support i18n (#1468)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { createPlugin } from '@/utils';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Exponential Volume',
|
||||
description:
|
||||
"Makes the volume slider exponential so it's easier to select lower volumes.",
|
||||
name: t('plugins.exponential-volume.name'),
|
||||
description: t('plugins.exponential-volume.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user