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 e61bd45 commit 30eb5c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified public/port-0.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl
Binary file not shown.
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 30eb5c8

Please sign in to comment.