diff options
author | Jacob <55346310+Kathund@users.noreply.github.com> | 2025-06-29 19:32:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-29 13:32:11 +0200 |
commit | 13eaed6761f45507b8377e694a983224377f299f (patch) | |
tree | e162599faf280fbcc8ab90165c6e52799d2955a6 | |
parent | 0c02c1cdae16ebfd43df65d8ebc7a4e8b224ef33 (diff) | |
download | Firmament-13eaed6761f45507b8377e694a983224377f299f.tar.gz Firmament-13eaed6761f45507b8377e694a983224377f299f.tar.bz2 Firmament-13eaed6761f45507b8377e694a983224377f299f.zip |
fix: missing translations (#188)
-rw-r--r-- | translations/en_us.json | 4 |
1 files changed, 4 insertions, 0 deletions
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", |