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

Add coordinate hiding option with custom replacement text (#9)

This commit is contained in:
Shy
2026-03-11 18:16:21 +01:00
parent 65f1efd0cd
commit c6778042eb
3 changed files with 49 additions and 8 deletions
@@ -96,6 +96,11 @@
"widgets.widgets.coordinates": "Coordinates",
"widgets.widgets.coordinates.description": "Shows your current coordinates.",
"widgets.widgets.coordinates.directionFormat": "Direction format",
"widgets.widgets.coordinates.hidden": "Hidden",
"widgets.widgets.coordinates.hiddenX": "Hidden X",
"widgets.widgets.coordinates.hiddenY": "Hidden Y",
"widgets.widgets.coordinates.hiddenZ": "Hidden Z",
"widgets.widgets.coordinates.hideCoordinates": "Hide coordinates",
"widgets.widgets.coordinates.showDirection": "Show view direction",
"widgets.widgets.coordinates.showX": "Show X coordinate",
"widgets.widgets.coordinates.showY": "Show Y coordinate",