diff options
author | 0neGal <mail@0negal.com> | 2022-04-13 22:38:18 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-13 22:39:19 +0200 |
commit | b0e0e919ee5d94a3a0d935018f08d3b0fa603245 (patch) | |
tree | 9dafbfd6e01f761323934e813c611fd628a4c1c0 /src/lang | |
parent | 476c421b1ebf594b375ebdc53bb60a30c9a78e3c (diff) | |
download | Viper-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')
-rw-r--r-- | src/lang/en.json | 7 | ||||
-rw-r--r-- | src/lang/es.json | 2 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
3 files changed, 11 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", diff --git a/src/lang/es.json b/src/lang/es.json index a5b3685..18c00a5 100644 --- a/src/lang/es.json +++ b/src/lang/es.json @@ -1,4 +1,6 @@ { + "lang.title": "Spanish - Española", + "cli.help.help": "muestra este mensaje de ayuda", "cli.help.debug": "habre las herramientas de desarrollador/depuración ", "cli.help.version": "muestra la información de la versión", diff --git a/src/lang/fr.json b/src/lang/fr.json index c1797e4..018676c 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -1,4 +1,6 @@ { + "lang.title": "French - Français", + "cli.help.help": "affiche ce message d'aide", "cli.help.debug": "affiche les outils de développement", "cli.help.version": "retourne des informations sur la version du logiciel", |