This commit is contained in:
parent
7f2362b2d6
commit
9dc862397f
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue