Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Sep 8, 2024
1 parent 27d873a commit f6ef326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/splash/Splash.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
// Events
onMount(async () => {
// Ensure a default locale is set
await svelteLocale.set("en-US");
timeStartedAt = Date.now();
stepsToDo.push({
statusText: "splash_step_finishingUp",
Expand Down Expand Up @@ -87,7 +89,6 @@
const locale = await getLocale();
if (locale === null) {
// Prompt the user to select a locale
svelteLocale.set("en-US");
stepsToDo.splice(currentStepIndex + 1, 0, {
statusText: "splash_selectLocale",
waitingForInteraction: true,
Expand Down

0 comments on commit f6ef326

Please sign in to comment.