Skip to content

Commit

Permalink
Move translations
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Dec 23, 2024
1 parent 9943d81 commit 3b4cbdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/assets/clientcommands/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@
"commands.cglow.entity.keepSearching.success": "Glowing entities",
"commands.cglow.entity.success": "Glowing %s entities",

"commands.cserverseed.enchantmentSeed": "Lower 16 bits of enchantment seed: %s",
"commands.cserverseed.enchantmentSeedNotSent": "The server has not sent the partial enchantment seed yet!",
"commands.cserverseed.hashedSeed": "Lower 8 bytes of the hashed world seed: %s",
"commands.cserverseed.hashedSeed.impossibleSeedCombination": "Impossible seed combination!",
"commands.cserverseed.hashedSeed.fromStructureSeed": "Found world seed: %s",

"commands.chat.success": "Successfully opened c🎩",

"commands.chotbar.notCreative": "Player must be in creative mode to restore item hotbars",
Expand Down Expand Up @@ -230,6 +224,12 @@
"commands.creply.messageTooLong": "Your reply was too long (maximum: %s, given: %s)",
"commands.creply.noTargetFound": "Could not find a target to reply to",

"commands.cserverseed.enchantmentSeed": "Lower 16 bits of enchantment seed: %s",
"commands.cserverseed.enchantmentSeedNotSent": "The server has not sent the partial enchantment seed yet!",
"commands.cserverseed.hashedSeed": "Lower 8 bytes of the hashed world seed: %s",
"commands.cserverseed.hashedSeed.impossibleSeedCombination": "Impossible seed combination!",
"commands.cserverseed.hashedSeed.fromStructureSeed": "Found world seed: %s",

"commands.csignsearch.starting": "Searching signs",

"commands.csnap.airborne": "You cannot snap while airborne",
Expand Down

0 comments on commit 3b4cbdb

Please sign in to comment.