diff options
author | Jan <sentrycraft123@gmail.com> | 2023-08-08 23:59:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 23:59:05 +0200 |
commit | 24fb67f88ceca9bec04b49fae5b58759b7b25ec5 (patch) | |
tree | 3f30f87435b2877302bb90bd4ac1d82238230aa4 /src-vue/src/i18n | |
parent | 023d2310ca33c5869f57bb4d68999662c6d887a9 (diff) | |
download | FlightCore-24fb67f88ceca9bec04b49fae5b58759b7b25ec5.tar.gz FlightCore-24fb67f88ceca9bec04b49fae5b58759b7b25ec5.zip |
feat: Add dropdown menu for profiles (#494)
Adds a dropdown menu to settings that allows selecting a different profile.
Currently gated behind dev mode being active.
Diffstat (limited to 'src-vue/src/i18n')
-rw-r--r-- | src-vue/src/i18n/lang/en.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src-vue/src/i18n/lang/en.json b/src-vue/src/i18n/lang/en.json index 238c6c41..1fa4e7ee 100644 --- a/src-vue/src/i18n/lang/en.json +++ b/src-vue/src/i18n/lang/en.json @@ -110,6 +110,10 @@ "show_deprecated_mods_desc1": "This allows you to see deprecated mods in the online mods collection.", "show_deprecated_mods_desc2": "Watch out, such mods are usually deprecated for a good reason.", + "profile": { + "active": "Active Profile" + }, + "repair": { "title": "Repair", "open_window": "Open repair window", @@ -150,6 +154,13 @@ } }, + "profile": { + "invalid": { + "title": "Invalid Profile", + "text": "The profile you tried to switch to is no longer valid." + } + }, + "flightcore_outdated": { "title": "FlightCore outdated!", "text": "Please update FlightCore.\nRunning outdated version {oldVersion}.\nNewest is {newVersion}!" |