Duplicate placeholder in translation key
Tig3r98 opened this issue ยท 1 comments
CraftBook Version
5.0.0-beta
Platform Version
Paper 1.20.4 493
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of CraftBook compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
The translation key craftbook.togglearea.deleted-area
, as provided on Crowdin, has the following value:
The area "{0}" within the "{0}" namespace has been deleted.
The placeholder '{0}' is duplicated, it's clearly not meant to be.
Expected Behavior
The string should probably be:
The area "{0}" within the "{1}" namespace has been deleted.
Reproduction Steps
None
Anything Else?
No response
Fixed in 7c0b574