aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-08 15:05:35 +0100
committer0neGal <mail@0negal.com>2022-01-08 15:13:07 +0100
commit1c12fb2e90d26e25be6206076ad6762fa92a5962 (patch)
tree89e0035a458948f58ccc9b4aa4cac7fccb523cd5 /src/lang
parent927def020baf544a23140ba8cfa53dcef9f23aa8 (diff)
downloadViper-1c12fb2e90d26e25be6206076ad6762fa92a5962.tar.gz
Viper-1c12fb2e90d26e25be6206076ad6762fa92a5962.zip
added cli arguments for mods
This adds both the arguments themselves, but also their entries in the man page and help page.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 3f025a8..aa76cdf 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -6,6 +6,9 @@
"cli.help.update": "updates Northstar from your set game path",
"cli.help.setpath": "sets your game path",
"cli.help.updatevp": "updates Viper itself, if supported.",
+ "cli.help.installmod": "installs a mod, folder or zip",
+ "cli.help.removemod": "removes a mod",
+ "cli.help.togglemod": "toggles a mod",
"cli.setpath.noarg": "No argument provided for --setpath",
@@ -18,7 +21,13 @@
"cli.launch.linuxerror": "Launching the game is not currently supported on Linux",
+ "cli.mods.failed": "Failed to install mod!",
+ "cli.mods.removed": "Successfully removed mod!",
+ "cli.mods.toggled": "Successfully toggled mod",
+ "cli.mods.installed": "Successfully installed mod!",
+ "cli.mods.cantfind": "Can't find a mod with that name!",
"cli.mods.notamod": "Selected folder/file is not a mod",
+ "cli.mods.toggledall": "Successfully toggled all mods",
"cli.mods.improperjson": "%s's mod.json has formatting errors",
"gui.welcome": "Welcome to Viper!",