feat: run prettier

This commit is contained in:
JellyBrick
2023-12-02 05:01:06 +09:00
parent a6445bacf0
commit 6e8447b5d1
27 changed files with 318 additions and 179 deletions

View File

@ -13,7 +13,9 @@ export default createBackend({
{
title: t('plugins.captions-selector.prompt.selector.title'),
label: t('plugins.captions-selector.prompt.selector.label', {
language: captionLabels[currentIndex] || t('plugins.captions-selector.prompt.selector.none'),
language:
captionLabels[currentIndex] ||
t('plugins.captions-selector.prompt.selector.none'),
}),
type: 'select',
value: currentIndex,