diff options
author | Jacob <admin@kath.lol> | 2025-06-24 10:28:00 +0800 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-24 14:08:13 +0200 |
commit | e844d3d0e2733602ecbf32c2ee743d10ae7b5dc3 (patch) | |
tree | 0342f9c1e8436f9d983305aef301cfbb0cabb76a | |
parent | 4402b1f4e707de1a49c94f65c505ae80c7cbb714 (diff) | |
download | Firmament-e844d3d0e2733602ecbf32c2ee743d10ae7b5dc3.tar.gz Firmament-e844d3d0e2733602ecbf32c2ee743d10ae7b5dc3.tar.bz2 Firmament-e844d3d0e2733602ecbf32c2ee743d10ae7b5dc3.zip |
fix: missing ping hud translation
-rw-r--r-- | translations/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
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.", |