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

World time widget (#7)

This commit is contained in:
Shy
2026-02-15 12:48:21 +01:00
parent 48aaad944f
commit 95eb893b87
16 changed files with 132 additions and 36 deletions
@@ -165,5 +165,11 @@
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer and estimates server TPS when in multiplayer.",
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.tps.windowSize": "Averaging window size (seconds)"
"widgets.widgets.tps.windowSize": "Averaging window size (seconds)",
"widgets.widgets.worldtime": "World time",
"widgets.widgets.worldtime.day": "Day %s",
"widgets.widgets.worldtime.dayAndTime": "%1$s, %2$s",
"widgets.widgets.worldtime.description": "Shows the in-game time and day of the world you're in",
"widgets.widgets.worldtime.showDay": "Show day",
"widgets.widgets.worldtime.timeFormat": "Time format"
}