Skip to content

Commit

Permalink
docs: Multi-language (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 18, 2024
1 parent 10b0cbe commit 51aaac4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ kubectl apply -f kubernetes.yml
LANGUAGE: "Chinese"
```

You can choose between `Arabic`, `Bulgarian`, `Chinese`, `Croatian`, `Czech`, `Danish`, `Dutch`, `Estonian`, `Finnish`, `French`, `German`, `Greek`, `Hebrew`, `Hungarian`, `Italian`, `Japanese`, `Korean`, `Latvian`, `Lithuanian`, `Norwegian`, `Polish`, `Portuguese`, `Romanian`, `Russian`, `Serbian`, `Slovak`, `Slovenian`, `Spanish`, `Swedish`, `Turkish`, `Thai` and `Ukrainian`.

If you want to use a keyboard layout or region/locale that is not the default for the selected language, you can add the `KEYBOARD` and `REGION` variables with a culture code, like `en-US`.
If you want to use a keyboard layout or locale that is not the default for the above language, you can add the `KEYBOARD` and `REGION` variables with a culture code, like this:

```yaml
environment:
REGION: "en-US"
KEYBOARD: "en-US"
```

* ### How do I change the storage location?

To change the storage location, include the following bind mount in your compose file:
Expand Down

0 comments on commit 51aaac4

Please sign in to comment.