aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-08-06 23:26:46 +0200
committerAlystrasz <contact@remyraes.com>2022-08-06 23:26:49 +0200
commit77f7e6fe85c243371c676ec4d4f60de8920d938d (patch)
tree5aaa5824825c22be34b5e123767beeee337b8023 /src/lang/en.json
parent26034ec3475a61682a17c95cb2bffdbc9e52af54 (diff)
downloadViper-77f7e6fe85c243371c676ec4d4f60de8920d938d.tar.gz
Viper-77f7e6fe85c243371c676ec4d4f60de8920d938d.zip
feat: translate "impossible to fetch release notes" messages
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index d48b3b6..51093fa 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -161,5 +161,8 @@
"general.missingpath": "Game location could not be found automatically! Please select it manually!",
"general.notinstalled": "Northstar is not installed!",
"general.launching": "Launching",
- "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n"
+ "general.invalidconfig": "Your config file is improperly formatted, if it's been manually edited, please validate that everything is typed correctly.\n\nIf you did not manually edit the config file, it is recommended to simply reset the config.\n\nTo reset your config file simply click \"Ok\" below.\n\nMore details:\n",
+
+ "request.viper.noReleaseNotes": "Couldn't fetch Viper release notes.\nTry again later!",
+ "request.northstar.noReleaseNotes": "Couldn't fetch Northstar release notes.\nTry again later!"
}