From 74289689ba85b2156c774e717bf15e6cbbf407e3 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 1 Feb 2023 17:20:34 +0100 Subject: en.json modlist localizations --- src/app/js/browser.js | 14 +++++++++++--- src/app/js/mods.js | 14 +++++++++++--- src/lang/en.json | 2 ++ 3 files changed, 24 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/app/js/browser.js b/src/app/js/browser.js index ece28bd..4f8b68a 100644 --- a/src/app/js/browser.js +++ b/src/app/js/browser.js @@ -401,10 +401,18 @@ function BrowserEl(properties) {
${properties.title}
${properties.description}
- - + + + - +
` diff --git a/src/app/js/mods.js b/src/app/js/mods.js index c80221b..fd900a2 100644 --- a/src/app/js/mods.js +++ b/src/app/js/mods.js @@ -35,10 +35,18 @@ mods.load = (mods_obj) => {
${mod.Name}
${mod.Description}
- - + + + - + `; diff --git a/src/lang/en.json b/src/lang/en.json index cfb294a..3627151 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -54,6 +54,7 @@ "gui.mods": "Mods", "gui.mods.count": "Mods Installed:", "gui.mods.disabledtag": "Disabled", + "gui.mods.remove": "Remove", "gui.mods.install": "Install Mod", "gui.mods.find": "Find Mods", "gui.mods.toggleall": "Toggle All", @@ -63,6 +64,7 @@ "gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar. Are you sure?", "gui.mods.required.confirm": "You've selected a core mod, Northstar may not function without it. Are you sure?", "gui.mods.notamod": "Not a mod!", + "gui.mods.unknown_author": "Unknown", "gui.mods.extracting": "Extracting mod...", "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", -- cgit v1.2.3