chore: use `en` by default

This commit is contained in:
Adam Shiervani 2025-11-20 16:05:46 +01:00
parent 07935add15
commit 6f344cfabc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default defineConfig(({ mode, command }) => {
outdir: "./localization/paraglide",
outputStructure: 'message-modules',
cookieName: 'JETKVM_LOCALE',
strategy: ['cookie', 'preferredLanguage', 'baseLocale'],
strategy: ['cookie', 'baseLocale'],
}))
return {