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 eac2184 commit 63113e0Copy full SHA for 63113e0
formkit.config.ts
@@ -1,14 +1,14 @@
1
// formkit.config.ts
2
import type { DefaultConfigOptions } from '@formkit/vue'
3
-import { de, en } from '@formkit/i18n'
4
import { createAutoAnimatePlugin } from '@formkit/addons'
+import { de, en } from '@formkit/i18n'
5
import { primeInputs, primeOutputs } from '@sfxcode/formkit-primevue'
6
import { addPrimeAsteriskPlugin } from '@sfxcode/formkit-primevue/plugins'
7
8
const config: DefaultConfigOptions = {
9
- locales: { de, en },
+ locales: { en, de },
10
// Define the active locale
11
- locale: 'de',
+ locale: 'en',
12
inputs: { ...primeInputs, ...primeOutputs },
13
14
plugins: [
0 commit comments