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"
|
||||
author = "neuro"
|
||||
license = "MIT"
|
||||
dependencies = []
|
||||
icon = "at"
|
||||
deprecated = false
|
||||
description = "A bar widget that displays Swatch Internet (.beat) Time"
|
||||
@@ -16,20 +17,20 @@ entry = "upbeat.luau"
|
||||
[[widget.setting]]
|
||||
key = "show_centibeats"
|
||||
type = "bool"
|
||||
label = "Display subbeats"
|
||||
label_key = "Display subbeats"
|
||||
default = true
|
||||
description = "Toggle subbeat display (.xx)"
|
||||
description_key = "Toggle subbeat display (.xx)"
|
||||
|
||||
[[widget.setting]]
|
||||
key = "beat_display"
|
||||
type = "bool"
|
||||
label = "Display .beats"
|
||||
label_key = "Display .beats"
|
||||
default = false
|
||||
description = "Toggle internet time notation (.beats)"
|
||||
description_key = "Toggle internet time notation (.beats)"
|
||||
|
||||
[[widget.setting]]
|
||||
key = "time_format_toggle"
|
||||
type = "bool"
|
||||
label = "Toggle 24Hr time"
|
||||
label_key = "Toggle 24Hr time"
|
||||
default = false
|
||||
description = "Display 24 hour time"
|
||||
description_key = "Display 24 hour time"
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"title": "Upbeat",
|
||||
"settings": {
|
||||
"show_centibeats": {
|
||||
"label": "Display subbeats",
|
||||
"description:" "Toggle subbeat display (.xx)"
|
||||
"description": "Toggle subbeat display (.xx)"
|
||||
},
|
||||
"beat_display": {
|
||||
"label": "Display .beats",
|
||||
|
||||
Reference in New Issue
Block a user