mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +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: 'Audio Compressor',
|
||||
description:
|
||||
'Apply compression to audio (lowers the volume of the loudest parts of the signal and raises the volume of the softest parts)',
|
||||
name: t('plugins.audio-compressor.name'),
|
||||
description: t('plugins.audio-compressor.description'),
|
||||
|
||||
renderer() {
|
||||
document.addEventListener(
|
||||
|
||||
Reference in New Issue
Block a user