From 13eaed6761f45507b8377e694a983224377f299f Mon Sep 17 00:00:00 2001 From: Jacob <55346310+Kathund@users.noreply.github.com> Date: Sun, 29 Jun 2025 19:32:11 +0800 Subject: fix: missing translations (#188) --- translations/en_us.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/translations/en_us.json b/translations/en_us.json index 3d401a5..a5a612c 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -455,6 +455,10 @@ "firmament.tooltip.copied.modelid.fail": "Failed to copy Texture Id", "firmament.tooltip.copied.nbt": "Copied NBT data", "firmament.tooltip.copied.skull": "Copied Skull Id: %s", + "firmament.tooltip.copied.skull-id": "Copied Skull Id: %s", + "firmament.tooltip.copied.skull-id.fail.no-profile": "Skull has no profile", + "firmament.tooltip.copied.skull-id.fail.no-skull": "That isn't a skull", + "firmament.tooltip.copied.skull-id.fail.no-texture": "Skull has no texture", "firmament.tooltip.copied.skull.fail": "Failed to copy skull id.", "firmament.tooltip.copied.skyblockid": "Copied SkyBlock Id: %s", "firmament.tooltip.copied.skyblockid.fail": "Failed to copy SkyBlock Id", -- cgit