Skip to content

Commit

Permalink
Translation keys sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
7azeemm committed Nov 4, 2024
1 parent aaff5d1 commit 3e616a2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/main/resources/assets/skyblocker/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,13 +624,13 @@
"skyblocker.config.otherLocations.end": "The End",
"skyblocker.config.otherLocations.end.enableEnderNodeHelper": "Enable Ender Node Helper",
"skyblocker.config.otherLocations.end.hudEnabled": "HUD Enabled",
"skyblocker.config.otherLocations.end.muteEndermanSounds": "Mute Enderman Sounds",
"skyblocker.config.otherLocations.end.protectorLocationEnable": "Show Protector Location",
"skyblocker.config.otherLocations.end.resetName": "Reset stored End stats",
"skyblocker.config.otherLocations.end.resetText": "Reset",
"skyblocker.config.otherLocations.end.screen": "End HUD Config...",
"skyblocker.config.otherLocations.end.waypoint": "End Protector Waypoint",
"skyblocker.config.otherLocations.end.zealotKillsEnabled": "Show Zealot Kills Information",
"skyblocker.config.otherLocations.end.muteEndermanSounds": "Mute Enderman Sounds",

"skyblocker.config.otherLocations.rift": "The Rift",
"skyblocker.config.otherLocations.rift.blobbercystGlow": "Blobbercyst Glow",
Expand Down Expand Up @@ -661,6 +661,9 @@

"skyblocker.config.slayer": "Slayers",

"skyblocker.config.slayer.enableHud": "Slayer HUD",
"skyblocker.config.slayer.enableHud.@Tooltip[0]": "You may have to do 1 boss before all HUD elements show",

"skyblocker.config.slayer.blazeSlayer": "Blaze Slayer",
"skyblocker.config.slayer.blazeSlayer.enableFirePillarAnnouncer" : "Fire Pillar Countdown Notifications",
"skyblocker.config.slayer.blazeSlayer.enableFirePillarAnnouncer.@Tooltip": "Countdowns the last five seconds before the Fire Pillar explodes. Configure 'Title Container' to customise the location on the HUD (Note: This only uses a rudimentary distance check, so the Pillar may be spawned by another player's slayer)",
Expand All @@ -673,6 +676,9 @@
"skyblocker.config.slayer.bossbar": "Slayer Bossbar",
"skyblocker.config.slayer.bossbar.@Tooltip": "Displays a bossbar for your active slayer boss",

"skyblocker.config.slayer.bossSpawnAlert": "Boss Spawn Alert",
"skyblocker.config.slayer.bossSpawnAlert.@Tooltip[0]": "\nDisplays a warning when a slayer boss spawns",

"skyblocker.config.slayer.endermanSlayer": "Enderman Slayer",
"skyblocker.config.slayer.endermanSlayer.enableYangGlyphsNotification": "Enable Yang Glyphs notification",
"skyblocker.config.slayer.endermanSlayer.highlightBeacons": "Beacon Highlighting",
Expand All @@ -693,17 +699,12 @@
"skyblocker.config.slayer.highlightBosses.GLOW": "Glow",
"skyblocker.config.slayer.highlightBosses.HITBOX": "Hitbox",

"skyblocker.config.slayer.bossSpawnAlert": "Boss Spawn Alert",
"skyblocker.config.slayer.bossSpawnAlert.@Tooltip[0]": "\nDisplays a warning when a slayer boss spawns",

"skyblocker.config.slayer.miniBossSpawnAlert": "MiniBoss Spawn Alert",
"skyblocker.config.slayer.miniBossSpawnAlert.@Tooltip[0]": "\nDisplays a warning when a slayer miniboss spawns",

"skyblocker.config.slayer.slainTime": "Slayer kill time",
"skyblocker.config.slayer.slainTime.@Tooltip[0]": "Sends the amount of time spent to kill the slayer.",

"skyblocker.config.slayer.enableHud": "Slayer HUD",
"skyblocker.config.slayer.enableHud.@Tooltip[0]": "You may have to do 1 boss before all HUD elements show",
"skyblocker.config.slayer.slayerHud": "Slayer HUD Config...",

"skyblocker.config.slayer.vampireSlayer": "Vampire Slayer",
Expand Down

0 comments on commit 3e616a2

Please sign in to comment.