Skip to content

Commit 152e39a

Browse files
committed
alphabetize language keys
1 parent 8dacf07 commit 152e39a

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

apps/app-frontend/src/locales/en-US/index.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -572,27 +572,6 @@
572572
"instance.settings.tabs.hooks.description": {
573573
"message": "Hooks allow advanced users to run certain system commands before and after launching the game."
574574
},
575-
"instance.settings.tabs.hooks.variables.description": {
576-
"message": "Hooks run in the working directory of the instance, with the following variables:"
577-
},
578-
"instance.settings.tabs.hooks.variables.inst-dir.description": {
579-
"message": "$INST_DIR: The absolute path to the instance's folder"
580-
},
581-
"instance.settings.tabs.hooks.variables.inst-id.description": {
582-
"message": "$INST_ID: The name of the instance's folder"
583-
},
584-
"instance.settings.tabs.hooks.variables.inst-java-args.description": {
585-
"message": "$INST_JAVA_ARGS: The JVM Arguments provided to the game"
586-
},
587-
"instance.settings.tabs.hooks.variables.inst-java.description": {
588-
"message": "$INST_JAVA: The absolute path to the java binary"
589-
},
590-
"instance.settings.tabs.hooks.variables.inst-mc-dir.description": {
591-
"message": "$INST_MC_DIR: An alias for $INST_DIR"
592-
},
593-
"instance.settings.tabs.hooks.variables.inst-name.description": {
594-
"message": "$INST_NAME: The name of the instance"
595-
},
596575
"instance.settings.tabs.hooks.post-exit": {
597576
"message": "Post-exit"
598577
},
@@ -614,6 +593,27 @@
614593
"instance.settings.tabs.hooks.title": {
615594
"message": "Game launch hooks"
616595
},
596+
"instance.settings.tabs.hooks.variables.description": {
597+
"message": "Hooks run in the working directory of the instance, with the following variables:"
598+
},
599+
"instance.settings.tabs.hooks.variables.inst-dir.description": {
600+
"message": "$INST_DIR: The absolute path to the instance's folder"
601+
},
602+
"instance.settings.tabs.hooks.variables.inst-id.description": {
603+
"message": "$INST_ID: The name of the instance's folder"
604+
},
605+
"instance.settings.tabs.hooks.variables.inst-java-args.description": {
606+
"message": "$INST_JAVA_ARGS: The JVM Arguments provided to the game"
607+
},
608+
"instance.settings.tabs.hooks.variables.inst-java.description": {
609+
"message": "$INST_JAVA: The absolute path to the java binary"
610+
},
611+
"instance.settings.tabs.hooks.variables.inst-mc-dir.description": {
612+
"message": "$INST_MC_DIR: An alias for $INST_DIR"
613+
},
614+
"instance.settings.tabs.hooks.variables.inst-name.description": {
615+
"message": "$INST_NAME: The name of the instance"
616+
},
617617
"instance.settings.tabs.hooks.wrapper": {
618618
"message": "Wrapper"
619619
},

0 commit comments

Comments
 (0)