[feature] Add translation for "BS_LAUNCHING" event + add TODO

This commit is contained in:
MathieuG-P
2023-06-27 11:38:19 +02:00
parent b7e287c86a
commit 1661a61bab
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -339,7 +339,7 @@
"STEAM_LAUNCHING": "Steam startet!"
},
"msg": {
"BS_LAUNCHING": "TODO",
"BS_LAUNCHING": "Vergiss nicht, dich aufzuwärmen 😉",
"STEAM_LAUNCHING": "Beat Saber wird automatisch nach Steam gestartet."
}
},
+1 -1
View File
@@ -339,7 +339,7 @@
"STEAM_LAUNCHING": "Steam is launching!"
},
"msg": {
"BS_LAUNCHING": "TODO",
"BS_LAUNCHING": "Don't forget to warm up 😉",
"STEAM_LAUNCHING": "Beat Saber will automatically launch after Steam."
}
},
+1 -1
View File
@@ -338,7 +338,7 @@
"STEAM_LAUNCHING": "¡Steam se está iniciando!"
},
"msg": {
"BS_LAUNCHING": "TODO",
"BS_LAUNCHING": "No olvides calentarte 😉",
"STEAM_LAUNCHING": "Beat Saber se lanzará automáticamente después de Steam."
}
},
+1 -1
View File
@@ -338,7 +338,7 @@
"STEAM_LAUNCHING": "Steam se lance !"
},
"msg": {
"BS_LAUNCHING": "TODO",
"BS_LAUNCHING": "N'oublie pas de t'échauffer 😉",
"STEAM_LAUNCHING": "Beat Saber se lancera automatiquement après Steam"
}
},
+1 -1
View File
@@ -197,7 +197,7 @@ export class BSLauncherService{
const launchArgs = this.buildBsLaunchArgs(launchOptions);
obs.next({type: BSLaunchEventType.BS_LAUNCHING});
obs.next({type: BSLaunchEventType.BS_LAUNCHING}); // Add BS_FORCE_LAUNCH when steam not succeded to launch
await this.launchBSProcess(exePath, launchArgs, launchOptions.debug).catch(() => {
obs.error({type: BSLaunchErrorType.BS_EXIT_ERROR} as BSLaunchErrorEvent);