From ac4b94dc11d032a9376f858e50156cd1592a9d74 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:50:18 -0400 Subject: [PATCH] Update src/main.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 4922f929adc..154793c0ca0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ -import "#app/polyfills"; // All polyfills MUST be loaded first for side effects -import "#app/plugins/i18n"; +import "#app/polyfills"; // Initializes i18n on import +import "#app/plugins/i18n"; import { InvertPostFX } from "#app/pipelines/invert"; import { version } from "#package.json";