diff options
author | 0neGal <mail@0negal.com> | 2022-05-12 01:34:07 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-12 01:34:07 +0200 |
commit | 72f85aa2297f5c46d029f1e25193aa98ced884c3 (patch) | |
tree | 44815685bbd4c9f5514b015616d0c2629b5e2274 /src/lang | |
parent | 108c7b97100d2a40e82f8196109c99d1d59b59ee (diff) | |
download | Viper-72f85aa2297f5c46d029f1e25193aa98ced884c3.tar.gz Viper-72f85aa2297f5c46d029f1e25193aa98ced884c3.zip |
initial draft for supporting dependencies
This should allow you to install packages that have dependencies,
however maybe not with the best UI/UX experience, as currently there's
only an English localization, and we also install dependencies even if
the dependency is already installed.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index ee932a2..024b44a 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -68,6 +68,7 @@ "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", "gui.mods.dragdrop": "Drag and drop a mod to install", + "gui.mods.confirmdependencies": "This package has dependencies, shown below, clicking \"Ok\" will install the package and the dependencies.\n\n", "gui.browser.info": "Info", "gui.browser.madeby": "by", |