Skip to content

Commit 495c37f

Browse files
committed
Add a new "System Information" section to the Settings
This offers the user's system information in a more visual and easy-to-copy way
1 parent a242c80 commit 495c37f

File tree

20 files changed

+1932
-2
lines changed

20 files changed

+1932
-2
lines changed

public/locales/en/translation.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,32 @@
621621
"general": "General",
622622
"log": "Log",
623623
"other": "Other",
624-
"sync": "Cloud Saves Sync"
624+
"sync": "Cloud Saves Sync",
625+
"systemInformation": "System Information"
625626
},
626627
"open-config-file": "Open Config File",
627628
"reset-heroic": "Reset Heroic",
628629
"saves": {
629630
"warning": "Cloud Saves feature is in Beta, please backup your saves before syncing (in case something goes wrong)"
631+
},
632+
"systemInformation": {
633+
"copyToClipboard": "Copy to clipboard",
634+
"CPU": "CPU:",
635+
"gogdlVersion": "Gogdl: {{gogdl}}",
636+
"gpu": "GPU:",
637+
"gpuWithNumber": "GPU {{no}}:",
638+
"heroicVersion": "Heroic: {{heroic}}",
639+
"legendaryVersion": "Legendary: {{legendary}}",
640+
"memory": "Memory:",
641+
"memoryStats": "{{percentUsed}}% used ({{usedGib}} / {{totalGib}}",
642+
"nileVersion": "Nile: {{nile}}",
643+
"os": "Software:",
644+
"osVersion": "Version {{ver}}",
645+
"showDetailed": "Show detailed system specifications",
646+
"software": "Software:",
647+
"steamDeck": "Steam Deck",
648+
"systemModel": "System Model:",
649+
"systemSpecifications": "System Specifications:"
630650
}
631651
},
632652
"Settings": "Settings",

src/frontend/assets/amd-logo.svg

+7
Loading

src/frontend/assets/intel-logo.svg

+27
Loading

0 commit comments

Comments
 (0)