fix: fixed toml syntax and mistype in en.json
This commit is contained in:
+7
-6
@@ -4,6 +4,7 @@ version = "1.0.0"
|
|||||||
min_noctalia = "5.0.0"
|
min_noctalia = "5.0.0"
|
||||||
author = "neuro"
|
author = "neuro"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
dependencies = []
|
||||||
icon = "at"
|
icon = "at"
|
||||||
deprecated = false
|
deprecated = false
|
||||||
description = "A bar widget that displays Swatch Internet (.beat) Time"
|
description = "A bar widget that displays Swatch Internet (.beat) Time"
|
||||||
@@ -16,20 +17,20 @@ entry = "upbeat.luau"
|
|||||||
[[widget.setting]]
|
[[widget.setting]]
|
||||||
key = "show_centibeats"
|
key = "show_centibeats"
|
||||||
type = "bool"
|
type = "bool"
|
||||||
label = "Display subbeats"
|
label_key = "Display subbeats"
|
||||||
default = true
|
default = true
|
||||||
description = "Toggle subbeat display (.xx)"
|
description_key = "Toggle subbeat display (.xx)"
|
||||||
|
|
||||||
[[widget.setting]]
|
[[widget.setting]]
|
||||||
key = "beat_display"
|
key = "beat_display"
|
||||||
type = "bool"
|
type = "bool"
|
||||||
label = "Display .beats"
|
label_key = "Display .beats"
|
||||||
default = false
|
default = false
|
||||||
description = "Toggle internet time notation (.beats)"
|
description_key = "Toggle internet time notation (.beats)"
|
||||||
|
|
||||||
[[widget.setting]]
|
[[widget.setting]]
|
||||||
key = "time_format_toggle"
|
key = "time_format_toggle"
|
||||||
type = "bool"
|
type = "bool"
|
||||||
label = "Toggle 24Hr time"
|
label_key = "Toggle 24Hr time"
|
||||||
default = false
|
default = false
|
||||||
description = "Display 24 hour time"
|
description_key = "Display 24 hour time"
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": "Upbeat",
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"show_centibeats": {
|
"show_centibeats": {
|
||||||
"label": "Display subbeats",
|
"label": "Display subbeats",
|
||||||
"description:" "Toggle subbeat display (.xx)"
|
"description": "Toggle subbeat display (.xx)"
|
||||||
},
|
},
|
||||||
"beat_display": {
|
"beat_display": {
|
||||||
"label": "Display .beats",
|
"label": "Display .beats",
|
||||||
|
|||||||
Reference in New Issue
Block a user