aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorviciscat <51047087+viciscat@users.noreply.github.com>2025-07-21 21:25:51 +0200
committerGitHub <noreply@github.com>2025-07-21 15:25:51 -0400
commitb0c4c1f669721e5edbe2b4c34d361a000b744b13 (patch)
treef49b2e7fb22163d23bcf85fbad93423d6637e7d4 /src/main/resources
parent4a43f346a9415f338aff68e51d6cd5f62c57608e (diff)
downloadSkyblocker-b0c4c1f669721e5edbe2b4c34d361a000b744b13.tar.gz
Skyblocker-b0c4c1f669721e5edbe2b4c34d361a000b744b13.tar.bz2
Skyblocker-b0c4c1f669721e5edbe2b4c34d361a000b744b13.zip
waypoint import options + fixes (#1434)
* waypoint import options * actually show error toast if failed to import
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 377b2dac..5447f383 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -1328,6 +1328,10 @@
"skyblocker.waypoints.importWaypointsSnoopy.tooltip": "Import Waypoints from Clipboard (Snoopy Format)",
"skyblocker.waypoints.exportWaypointsSkytils": "Export Waypoints (Skytils)",
"skyblocker.waypoints.exportWaypointsSkytils.tooltip": "Export Waypoints to Clipboard (Skytils Format)",
+ "skyblocker.waypoints.importOptions.overrideLocation": "Override Location",
+ "skyblocker.waypoints.importOptions.overrideLocation.tooltip": "Import the waypoints in the currently selected location instead of the one saved.",
+ "skyblocker.waypoints.importOptions.sortWaypoints": "Sort Waypoints",
+ "skyblocker.waypoints.importOptions.sortWaypoints.tooltip": "Sorts the imported waypoints based on their names.",
"skyblocker.waypoints.importSuccess": "Waypoints Imported",
"skyblocker.waypoints.importSuccessText": "Successfully imported %d waypoint(s) from %d group(s).",
"skyblocker.waypoints.importError": "Error Importing Waypoints",