From 9dc862397f63abb3ea13f86d0697f5d7fe17f091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Wed, 4 Jun 2025 19:23:39 -0300 Subject: [PATCH] Update init locale --- src/lib/translations/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/translations/index.js b/src/lib/translations/index.js index c7f0e62..5c2f412 100644 --- a/src/lib/translations/index.js +++ b/src/lib/translations/index.js @@ -16,7 +16,7 @@ export const SUPPORTED_LOCALES = Object.freeze({ /** @type {import('sveltekit-i18n').Config} */ const config = { - initLocale: navigator.language, + initLocale: SUPPORTED_LOCALES.EN_US, fallbackLocale: SUPPORTED_LOCALES.EN_US, loaders: [ {