Skip to content

Commit

Permalink
refactor(formkit): update default locale to en
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 27, 2024
1 parent cb9834c commit 523713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/formkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { addPrimeAsteriskPlugin } from '@sfxcode/formkit-primevue/plugins'
const config: DefaultConfigOptions = {
locales: { en, de },
// Define the active locale
locale: 'de',
locale: 'en',
inputs: { ...primeInputs, ...primeOutputs },

plugins: [
Expand Down

0 comments on commit 523713b

Please sign in to comment.