feat: add support i18n (#1468)

This commit is contained in:
JellyBrick
2023-12-01 01:30:46 +09:00
committed by GitHub
parent 7f71c36dc0
commit 7401cf69ad
65 changed files with 1226 additions and 303 deletions

View File

@ -3,10 +3,11 @@ import { type NativeImage, TouchBar } from 'electron';
import { createPlugin } from '@/utils';
import getSongControls from '@/providers/song-controls';
import registerCallback from '@/providers/song-info';
import { t } from '@/i18n';
export default createPlugin({
name: 'TouchBar',
description: 'Custom TouchBar layout for macOS',
name: t('plugins.touchbar.name'),
description: t('plugins.touchbar.description'),
restartNeeded: true,
config: {
enabled: false,