1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Add combo widget (#3)

This commit is contained in:
Shy
2025-08-21 14:30:55 +02:00
parent 378ec01796
commit 4fe29d81ac
8 changed files with 155 additions and 24 deletions
@@ -116,5 +116,9 @@
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Zeigt die TPS im Einzelspielermodus an oder schätzt die TPS im Mehrspielermodus",
"widgets.widgets.tps.dynamicColor": "Farbe dynamisch anzeigen",
"widgets.widgets.tps.tps": "%s TPS"
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.combo": "Combo",
"widgets.widgets.combo.description": "Zeigt deine momentane Combo an",
"widgets.widgets.combo.combo": "Combo: %s",
"widgets.widgets.combo.displayThreshold": "Minimum sichtbar"
}
@@ -116,5 +116,9 @@
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer",
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
"widgets.widgets.tps.tps": "%s TPS"
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.combo": "Combo",
"widgets.widgets.combo.description": "Shows your current Combo",
"widgets.widgets.combo.combo": "Combo: %s",
"widgets.widgets.combo.displayThreshold": "Display Threshold"
}