Skip to content

Commit

Permalink
Set locale to Dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Dec 6, 2023
1 parent 30f599c commit e1a651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import FakeStorage from './fake_storage'

const rootElement = document.getElementById('root') as HTMLElement

const locale = 'en'
const locale = 'nl'
const workerFile = new URL('./framework/processing/py_worker.js', import.meta.url)
const worker = new Worker(workerFile)

Expand Down

0 comments on commit e1a651e

Please sign in to comment.