mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
feat: add support i18n (#1468)
This commit is contained in:
@ -4,6 +4,7 @@ import is from 'electron-is';
|
||||
|
||||
import { createPlugin } from '@/utils';
|
||||
import registerCallback from '@/providers/song-info';
|
||||
import { t } from '@/i18n';
|
||||
|
||||
interface Data {
|
||||
album: string | null | undefined;
|
||||
@ -18,8 +19,8 @@ interface Data {
|
||||
}
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Tuna OBS',
|
||||
description: "Integration with OBS's plugin Tuna",
|
||||
name: t('plugins.tuna-obs.name'),
|
||||
description: t('plugins.tuna-obs.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user