Skip to content

Commit

Permalink
fix ordered translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed May 31, 2023
1 parent ed9faa7 commit 83c1a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions core/src/main/resources/data/switchy/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commands.switchy.help.command": "/switchy help",
"commands.switchy.help.help": "lists available commands",
"commands.switchy.help.line": "%1$s - %2$s",
"commands.switchy.help.line": "%1 - %2",
"commands.switchy.help.placeholder.module": "[name]",
"commands.switchy.help.placeholder.preset": "[name]",
"commands.switchy.list.command": "/switchy list",
Expand All @@ -16,7 +16,7 @@
"commands.switchy.new.fail.exists": "That preset already exists! Try %s",
"commands.switchy.new.set.command": "/switchy set %s",
"commands.switchy.new.set.help": "switches to specified preset",
"commands.switchy.new.set.success": "Switched from %1$s to %2$s",
"commands.switchy.new.set.success": "Switched from %1 to %2",
"commands.switchy.new.set.fail.missing": "That preset doesn't exist! Try %s",
"commands.switchy.new.set.fail.current": "You can't switch to your current preset! Try %s",
"commands.switchy.delete.command": "/switchy delete %s",
Expand All @@ -26,9 +26,9 @@
"commands.switchy.delete.success": "Deleted preset %s",
"commands.switchy.delete.fail.missing": "That preset doesn't exist! Try %s",
"commands.switchy.delete.fail.current": "You can't delete your current preset! Try %s",
"commands.switchy.rename.command": "/switchy rename %1$s %2$s",
"commands.switchy.rename.command": "/switchy rename %1 %2",
"commands.switchy.rename.help": "rename a preset",
"commands.switchy.rename.success": "Renamed preset from %1$s to %2$s",
"commands.switchy.rename.success": "Renamed preset from %1 to %2",
"commands.switchy.rename.fail.invalid": "That preset name is invalid!",
"commands.switchy.rename.fail.exists": "That preset already exists! Try %s",
"commands.switchy.rename.fail.missing": "That preset doesn't exist! Try %s",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
# Mod Properties
version=2.1.2
version=2.1.3
maven_group=folk.sisby
archives_base_name=switchy

0 comments on commit 83c1a54

Please sign in to comment.