Update init locale
Some checks failed
Deploy / deploy (push) Failing after 17s

This commit is contained in:
Leonardo Murça 2025-06-04 19:23:39 -03:00
parent 7f2362b2d6
commit 9dc862397f

View file

@ -16,7 +16,7 @@ export const SUPPORTED_LOCALES = Object.freeze({
/** @type {import('sveltekit-i18n').Config} */ /** @type {import('sveltekit-i18n').Config} */
const config = { const config = {
initLocale: navigator.language, initLocale: SUPPORTED_LOCALES.EN_US,
fallbackLocale: SUPPORTED_LOCALES.EN_US, fallbackLocale: SUPPORTED_LOCALES.EN_US,
loaders: [ loaders: [
{ {