Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hschneider committed Dec 20, 2023
1 parent 2e1b330 commit 5c13b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ neu run

## Translate the GUI

To translate the GUI, you need to provide a dictionary with the translated strings and switch to that language, **before** you call .check(). So the whole procedure looks like this:
To translate the GUI to **any language**, you need to provide a dictionary with the translated strings and switch to that language, **before** you call .check(). So the whole procedure looks like this:

```js
// Create a class instance first
Expand Down

0 comments on commit 5c13b5d

Please sign in to comment.