mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature] Add translation for "BS_LAUNCHING" event + add TODO
This commit is contained in:
@@ -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."
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user