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

(2.4.0) Fix unknown direction display

This commit is contained in:
Shy
2026-03-14 15:09:46 +01:00
parent c6778042eb
commit 169355db9a
4 changed files with 6 additions and 2 deletions
@@ -123,8 +123,10 @@
"widgets.widgets.direction.short.east": "E",
"widgets.widgets.direction.short.north": "N",
"widgets.widgets.direction.short.south": "S",
"widgets.widgets.direction.short.unknown": "?",
"widgets.widgets.direction.short.west": "W",
"widgets.widgets.direction.south": "South",
"widgets.widgets.direction.unknown": "Unknown",
"widgets.widgets.direction.west": "West",
"widgets.widgets.fps": "FPS",
"widgets.widgets.fps.description": "Shows your current FPS.",