Add missing click-to-teleport locale key to all locale files#2882
Merged
tastybento merged 3 commits intodevelopfrom Mar 22, 2026
Merged
Add missing click-to-teleport locale key to all locale files#2882tastybento merged 3 commits intodevelopfrom
click-to-teleport locale key to all locale files#2882tastybento merged 3 commits intodevelopfrom
Conversation
The key commands.island.sethome.click-to-teleport was used in IslandGoCommand, IslandSethomeCommand, IslandDeletehomeCommand, and IslandRenamehomeCommand but was missing from the locale files, causing the raw key to be shown as hover text instead of the translated message. Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com> Agent-Logs-Url: https://github.com/BentoBoxWorld/BentoBox/sessions/2020c8db-752b-4e8e-89fa-385ec0021024
Copilot
AI
changed the title
[WIP] Fix translation display on hover over homes
Add missing Mar 22, 2026
click-to-teleport locale key
Member
|
@copilot add translations as well as the English. |
Added translated click-to-teleport hover text to all 22 non-English locale files: cs, de, es, fr, hr, hu, id, it, ja, ko, lv, nl, pl, pt-BR, pt, ro, ru, tr, uk, vi, zh-CN, zh-HK. Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com> Agent-Logs-Url: https://github.com/BentoBoxWorld/BentoBox/sessions/3850d60c-0df2-444f-9ed5-8a9f5e4c3aab
Contributor
Author
Copilot
AI
changed the title
Add missing
Add missing Mar 22, 2026
click-to-teleport locale keyclick-to-teleport locale key to all locale files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Hovering over home names in chat (e.g. after
/is go <bad_name>) shows the raw locale keycommands.island.sethome.click-to-teleportinstead of translated text.The key is referenced via
user.getTranslation()inIslandGoCommand,IslandSethomeCommand,IslandDeletehomeCommand, andIslandRenamehomeCommandbut was never added to the locale files — sogetTranslation()falls back to returning the key verbatim.click-to-teleporttoen-US.ymlundercommands.island.sethomeclick-to-teleportto all 22 non-English locale files (cs, de, es, fr, hr, hu, id, it, ja, ko, lv, nl, pl, pt-BR, pt, ro, ru, tr, uk, vi, zh-CN, zh-HK)Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.