From e844d3d0e2733602ecbf32c2ee743d10ae7b5dc3 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 24 Jun 2025 10:28:00 +0800 Subject: fix: missing ping hud translation --- translations/en_us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/translations/en_us.json b/translations/en_us.json index e971025..72ff203 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -152,6 +152,7 @@ "firmament.config.hud.ping-count-hud": "Ping Count Hud", "firmament.config.hud.ping-count-hud.description": "Shows Ping.", "firmament.config.hud.ping-count-hud.display": "Ping %s", + "firmament.config.hud.ping-count.description": "A HUD showing current Ping.", "firmament.config.inventory-buttons-config": "Inventory Buttons", "firmament.config.inventory-buttons-config.hover-text": "Hover Tooltip", "firmament.config.inventory-buttons-config.hover-text.description": "Hovering over inventory buttons will show the command they run.", -- cgit