Skip to content

Commit

Permalink
initial multilingual support
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilli committed Nov 25, 2023
1 parent 181e031 commit 4b17762
Show file tree
Hide file tree
Showing 12 changed files with 478 additions and 180 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Your can enable the USB storage either by pressing the yellow blinking key (top,

#### Ideas:

- Multilingual WebUI
- Further translations for the WebUI. If you want to help me there is a template.json in the "lang" folder
- You tell me, feel free to contribute

---
Expand Down
8 changes: 7 additions & 1 deletion webui/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8420,11 +8420,17 @@ body {
box-sizing: border-box;
align-self: flex-end;
user-select: none;
word-break: break-word;
overflow: hidden;
position: relative;
background-color: var(--color-blue);
border: 1px solid var(--color-grey);
}
.main-container .app-controls .button div,
.main-container .device-controls .button div,
.main-container .key-entries-controls .button div,
.dialog-container .dialog-reboot-buttons .button div {
text-align: center;
}
.main-container .app-controls .button *,
.main-container .device-controls .button *,
.main-container .key-entries-controls .button *,
Expand Down
2 changes: 1 addition & 1 deletion webui/css/style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4b17762

Please sign in to comment.