Skip to content

Commit

Permalink
Fix ordering of translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
xpple committed Jan 7, 2025
1 parent b28ca0c commit ba2361c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/clientcommands/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@
"commands.cvar.saveFile.failed": "Could not save variables file",

"commands.cwaypoint.add.success": "Waypoint \"%s\" at %s in %s successfully added",
"commands.cwaypoint.remove.success": "Waypoint \"%s\" successfully removed",
"commands.cwaypoint.alreadyExists": "A waypoint with the name \"%s\" already exists",
"commands.cwaypoint.edit.success": "Waypoint \"%s\" has successfully been changed to %s in %s",
"commands.cwaypoint.list": " - \"%s\" at %s in %s",
"commands.cwaypoint.list.empty": "No available waypoints",
"commands.cwaypoint.alreadyExists": "A waypoint with the name \"%s\" already exists",
"commands.cwaypoint.notFound": "No waypoint with the name \"%s\" could be found",
"commands.cwaypoint.remove.success": "Waypoint \"%s\" successfully removed",
"commands.cwaypoint.saveFailed": "Could not save waypoints file",

"commands.cwe.playerNotFound": "Player not found",
Expand Down

0 comments on commit ba2361c

Please sign in to comment.