aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-13 22:38:18 +0200
committer0neGal <mail@0negal.com>2022-04-13 22:39:19 +0200
commitb0e0e919ee5d94a3a0d935018f08d3b0fa603245 (patch)
tree9dafbfd6e01f761323934e813c611fd628a4c1c0 /src/lang/en.json
parent476c421b1ebf594b375ebdc53bb60a30c9a78e3c (diff)
downloadViper-b0e0e919ee5d94a3a0d935018f08d3b0fa603245.tar.gz
Viper-b0e0e919ee5d94a3a0d935018f08d3b0fa603245.zip
the user can now manually select a language
This allows someone to have their system in any language, and then have Viper in a separate language. This is also useful for testing.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 8defc7d..501eadd 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1,4 +1,6 @@
{
+ "lang.title": "English",
+
"cli.help.help": "shows this help message",
"cli.help.debug": "opens the dev/debug tools",
"cli.help.version": "outputs version info",
@@ -82,9 +84,14 @@
"gui.settings.save": "Save",
"gui.settings.discard": "Discard",
"gui.settings.title.ns": "Northstar",
+ "gui.settings.title.language": "Language",
"gui.settings.title.updates": "Updates",
"gui.settings.nsargs.title": "Launch options",
"gui.settings.nsargs.desc": "Here you can add launch options for Northstar/Titanfall.",
+ "gui.settings.autolang.title": "Auto-Detect Language",
+ "gui.settings.autolang.desc": "When enabled, Viper tries to automatically detect your system language, when disabled you can manually change the language below.",
+ "gui.settings.forcedlang.title": "Language",
+ "gui.settings.forcedlang.desc": "When \"Auto-Detect Language\" is disabled, this will decide the language. Requires a restart to take effect.",
"gui.settings.autoupdate.title": "Viper Auto-Updates",
"gui.settings.autoupdate.desc": "Viper will automatically keep itself up-to-date.",
"gui.settings.nsupdate.title": "Northstar Auto-Updates",