Skip to content

Commit 523713b

Browse files
committed
refactor(formkit): update default locale to en
1 parent cb9834c commit 523713b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/formkit.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { addPrimeAsteriskPlugin } from '@sfxcode/formkit-primevue/plugins'
88
const config: DefaultConfigOptions = {
99
locales: { en, de },
1010
// Define the active locale
11-
locale: 'de',
11+
locale: 'en',
1212
inputs: { ...primeInputs, ...primeOutputs },
1313

1414
plugins: [

0 commit comments

Comments
 (0)