diff options
author | Linnea Gräf <nea@nea.moe> | 2025-08-12 01:19:08 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-08-12 01:22:56 +0200 |
commit | 92fb76bb1811dde3bf8e9b1bee9789c8e12cc79c (patch) | |
tree | 377c2bd8a6ee3512d2b52540d73fe8e38a0a6648 | |
parent | f3e5a5181b47b0a7c51dd04722e0cc912a52b4dc (diff) | |
download | Firmament-92fb76bb1811dde3bf8e9b1bee9789c8e12cc79c.tar.gz Firmament-92fb76bb1811dde3bf8e9b1bee9789c8e12cc79c.tar.bz2 Firmament-92fb76bb1811dde3bf8e9b1bee9789c8e12cc79c.zip |
fix: translation ordering
-rw-r--r-- | translations/en_us.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index 5404862..c18c2f7 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -208,6 +208,12 @@ "firmament.config.jade-integration.blocks.description": "Show custom block descriptions and hardness levels in Jade.", "firmament.config.jade-integration.progress": "Enable Custom Mining Progress", "firmament.config.jade-integration.progress.description": "Show the custom mining progress in Jade, when in a world with mining fatigue.", + "firmament.config.junk-highlighter": "Junk Highlighter", + "firmament.config.junk-highlighter.description": "Highlight items using regex to search for items in your inventory", + "firmament.config.junk-highlighter.highlight": "Highlight Keybind", + "firmament.config.junk-highlighter.highlight.description": "Highlight found items when this keybind is held", + "firmament.config.junk-highlighter.regex": "Search Regex", + "firmament.config.junk-highlighter.regex.description": "The RegEx (Regular Expression) to use when searching", "firmament.config.lore-timers": "Item Timestamps", "firmament.config.lore-timers.format": "Time Format", "firmament.config.lore-timers.format.choice.american": "§9Ame§cri§fcan", @@ -423,12 +429,6 @@ "firmament.config.waypoints.skip-to-nearest.description": "Allow skipping waypoints in an ordered list. If disabled you will need to walk to the next point, before being allowed to the next one after.", "firmament.config.waypoints.temp-waypoint-duration": "Temporary Waypoint Duration", "firmament.config.waypoints.temp-waypoint-duration.description": "Display waypoints sent by other players using /firm sendcoords in the world.", - "firmament.config.junk-highlighter": "Junk Highlighter", - "firmament.config.junk-highlighter.description": "Highlight items using regex to search for items in your inventory", - "firmament.config.junk-highlighter.regex": "Search Regex", - "firmament.config.junk-highlighter.regex.description": "The RegEx (Regular Expression) to use when searching", - "firmament.config.junk-highlighter.highlight": "Highlight Keybind", - "firmament.config.junk-highlighter.highlight.description": "Highlight found items when this keybind is held", "firmament.debug.skyblockid": "SkyBlock ID: %s", "firmament.debug.skyblockid.copy": "Click to copy SkyBlock ID", "firmament.dev.resourcerebuild.done": "Gradle resource rebuild done in %s", |