We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9834c commit 523713bCopy full SHA for 523713b
src/runtime/formkit.config.ts
@@ -8,7 +8,7 @@ import { addPrimeAsteriskPlugin } from '@sfxcode/formkit-primevue/plugins'
8
const config: DefaultConfigOptions = {
9
locales: { en, de },
10
// Define the active locale
11
- locale: 'de',
+ locale: 'en',
12
inputs: { ...primeInputs, ...primeOutputs },
13
14
plugins: [
0 commit comments