Files
community-plugins/lrc/translations/en.json
T
f9dc0d4a03 lrc: add settings panel for separator (#172)
* added a basic settings panel

* fix lrc settings: nest translation keys and document settings in README

---------

Co-authored-by: shin01221 <mohamed@madin372.com>
2026-07-31 08:17:56 -04:00

13 lines
272 B
JSON

{
"settings": {
"show_separator": {
"label": "Show separator",
"description": "Prepend a separator before the lyric text."
},
"separator": {
"label": "Separator",
"description": "Text shown before the current lyric line."
}
}
}